ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/s10k/Vago/converter.cpp
(Generate patch)

Comparing Vago/trunk/Vago/converter.cpp (file contents):
Revision 1047 by s10k, Fri Sep 16 22:51:26 2016 UTC vs.
Revision 1052 by s10k, Sat Sep 17 13:32:34 2016 UTC

# Line 61 | Line 61 | void Converter::run()
61              nextIndex=commands.indexOf(GlobalVars::OniSplitProcSeparator,currentIndex+1);
62  
63              commandToExec=commands.mid(currentIndex,(nextIndex-currentIndex));
64 <            this->myProcess->start(UtilVago::getOniSplitExeAbsolutePath() + " " + commandToExec);
64 >            this->myProcess->start(UtilVago::getOniSplitExecutable() + " " + commandToExec);
65              this->myProcess->waitForFinished(-1);
66  
67              if(this->processHasKilled){ // If the process has killed there's no need to proceed with reading output or process more commands

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)