Changeset 940
- Timestamp:
- Feb 6, 2014, 5:09:16 PM (12 years ago)
- File:
- 
      - 1 edited
 
 - 
          
  XmlTools2/trunk/optionsparser.cpp (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
      XmlTools2/trunk/optionsparser.cppr927 r940 97 97 98 98 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... 100 100 patchFiles << temp[0].remove('"'); // remove the quotes, they are now not needed 101 101 targetXmlFiles << temp[1].remove('"'); 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
