Explorar el Código

fix on cmd to get a error

git-svn-id: http://repo.nplusc.de/svn/iZink@314 8b19561d-0d00-6744-8ac1-9afc8f58a8aa
masterX244 hace 10 años
padre
commit
b3ad0f92ee
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      iZpl/src/de/nplusc/izc/iZpl/Builder.java

+ 1 - 1
iZpl/src/de/nplusc/izc/iZpl/Builder.java

@@ -354,7 +354,7 @@ public class Builder extends javax.swing.JFrame
                                     loadedVLC = true;
                                     do
                                     {
-                                        Tools.runSingleCmd(false, true, false, true, new JTextArea(), vlcpath,"--extraintf=cad",/* qt4"--extraintf=http:logger","--verbose=2","--file-logging","--logfile=vlc-log.txt",*/ "http://localhost:9263/rcvr/lst.m3u");//http://localhost:9263/lst.m3u");
+                                        Tools.runCmdWithPassthru(System.out, vlcpath,"--extraintf=cad",/* qt4"--extraintf=http:logger","--verbose=2","--file-logging","--logfile=vlc-log.txt",*/ "http://localhost:9263/rcvr/lst.m3u");//http://localhost:9263/lst.m3u");
                                     }
                                     while (Tools.execCrashed);
                                 }