Skip to content

Commit

Permalink
Merge pull request PeterTh#22 from Veichassur/patch-2
Browse files Browse the repository at this point in the history
First save bugfix
  • Loading branch information
PeterTh committed Jan 31, 2016
2 parents d10fc7a + 98e7c0d commit 9daf199
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SaveManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ void SaveManager::backup(const time_t curTime) {
if(CopyFile(saveFiles[i].c_str(), newPath.c_str(), false) == 0) {
SDLOG(0, "ERROR: SaveManager failed to back up file! (Copying %s to %s)\n", saveFiles[i].c_str(), buffer);
} else {
SDLOG(1, "SaveManager: Backed up %s\n", fn);
SDLOG(1, "SaveManager: Backed up %s\n", fn.c_str());
}
}
removeOldBackups();
Expand Down

0 comments on commit 9daf199

Please sign in to comment.