Changeset 955 for XmlTools2/trunk/utilxmltools.cpp
- Timestamp:
- Feb 11, 2014, 6:08:41 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
XmlTools2/trunk/utilxmltools.cpp
r935 r955 46 46 if(!QFile::exists(file+".bak")){ 47 47 if(!Util::backupFile(file)){ 48 std::cerr << "Couldn't back up file '" << file.toUtf8().constData() << "'. Aborting." << std::endl;48 std::cerr << "Couldn't back up file '" << file.toUtf8().constData() << "'. Aborting." << std::endl; 49 49 exit(1); 50 50 }
Note:
See TracChangeset
for help on using the changeset viewer.