Changeset 940 for XmlTools2


Ignore:
Timestamp:
Feb 6, 2014, 5:09:16 PM (11 years ago)
Author:
s10k
Message:

XmlTools
Removed a bug when the spaces existed in the path

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XmlTools2/trunk/optionsparser.cpp

    r927 r940  
    9797
    9898                if(line.startsWith('"')){ // Only read when starting with quotes
    99                     temp=Util::substring(line," ");
     99                    temp=Util::substring(line," \""); // We need to use more than space, because if paths contains spaces...
    100100                    patchFiles << temp[0].remove('"'); // remove the quotes, they are now not needed
    101101                    targetXmlFiles << temp[1].remove('"');
Note: See TracChangeset for help on using the changeset viewer.