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.
s10k/Vago/converter.cpp (file contents), Revision 1092 by s10k, Sat Dec 30 13:43:28 2017 UTC

# Line 23 | Line 23 | void Converter::run()
23      QString errorMessage = "";
24      int numErrors=0;
25  
26 <    this->myLogger->writeString("Setting working dir to "+this->AppDir+".");
26 >    this->myLogger->writeString("Setting OniSplit process working dir to "+this->AppDir+".");
27      myProcess->setWorkingDirectory(this->AppDir); // Set working directory (for work with AEI2/Mac OS)
28  
29   #ifdef Q_OS_WIN
# 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)