ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/XmlTools2/trunk/utilxmltools.cpp
(Generate patch)

Comparing XmlTools2/trunk/utilxmltools.cpp (file contents):
Revision 935 by s10k, Thu Feb 6 13:05:39 2014 UTC vs.
Revision 955 by iritscen, Tue Feb 11 17:08:41 2014 UTC

# Line 45 | Line 45 | QStringList getAllPatchFilesByWildcard(c
45   void backupFile(const QString &file, bool verboseEnabled){
46      if(!QFile::exists(file+".bak")){
47          if(!Util::backupFile(file)){
48 <            std::cerr << "Couldn't backup file '" << file.toUtf8().constData() << "'. Aborting." << std::endl;
48 >            std::cerr << "Couldn't back up file '" << file.toUtf8().constData() << "'. Aborting." << std::endl;
49              exit(1);
50          }
51      }

Diff Legend

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