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 1031 by iritscen, Sun Mar 13 16:11:45 2016 UTC vs.
Revision 1035 by s10k, Thu Mar 24 22:28:41 2016 UTC

# Line 36 | Line 36 | void Converter::run()
36              nextIndex=commands.indexOf(GlobalVars::OniSplitProcSeparator,currentIndex+1);
37  
38              commandToExec=commands.mid(currentIndex,(nextIndex-currentIndex));
39 <            this->myProcess->start(GlobalVars::OniSplitExeName+" "+commandToExec);
39 >            this->myProcess->start(Util::getOniSplitExeName() +" "+commandToExec);
40              this->myProcess->waitForFinished(-1);
41  
42              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)