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

Comparing Vago/trunk/Vago/xmlprocessor.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 18 | Line 18 | void XmlProcessor::run()
18  
19      for(int i=0; i<this->commands->size(); i++){
20  
21 <        myProcess.start(UtilVago::getXmlToolsExeAbsolutePath() +" "+this->commands->at(i));
21 >        myProcess.start(UtilVago::getXmlToolsExecutable() +" "+this->commands->at(i));
22          myProcess.waitForFinished(-1);
23          result=myProcess.readAllStandardError();
24  

Diff Legend

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