File diff r24528:a7298f737f00 → r24529:3dec691db49a
src/saveload/oldloader.cpp
Show inline comments
 
@@ -317,7 +317,7 @@ bool LoadOldSaveGame(const std::string &
 
	return true;
 
}
 

	
 
void GetOldSaveGameName(const char *file, char *title, const char *last)
 
void GetOldSaveGameName(const std::string &file, char *title, const char *last)
 
{
 
	FILE *f = FioFOpenFile(file, "rb", NO_DIRECTORY);