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

Comparing Vago/trunk/Vago/utilvago.cpp (file contents):
Revision 1052 by s10k, Sat Sep 17 13:32:34 2016 UTC vs.
Revision 1053 by s10k, Sat Sep 17 14:34:17 2016 UTC

# Line 79 | Line 79 | QString getXmlToolsExecutableAbsolutePat
79   QString getOniSplitExecutable(){
80  
81   #ifdef Q_OS_MAC
82 <    return getMonoExecutablePath() + " " + getOniSplitExecutableAbsolutePath();
82 >    return getMonoExecutablePath() + " " + Util::insertQuotes(getOniSplitExecutableAbsolutePath());
83   #else
84 <    return getOniSplitExecutableAbsolutePath();
84 >    return Util::insertQuotes(getOniSplitExecutableAbsolutePath());
85   #endif
86   }
87  
88   QString getXmlToolsExecutable(){
89 <    return getXmlToolsExecutableAbsolutePath();
89 >    return Util::insertQuotes(getXmlToolsExecutableAbsolutePath());
90   }
91  
92   #ifdef Q_OS_MAC

Diff Legend

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