1
0
Fork 0

(svn r15147) -Fix (r15146): compile before commit

release/0.7
glx 2009-01-19 00:53:31 +00:00
parent 0e83fb37c0
commit ee1331bb46
1 changed files with 2 additions and 2 deletions

View File

@ -1603,9 +1603,9 @@ void GetOldSaveGameName(const char *path, const char *file, char *title, const c
temp[0] = '\0'; // name is nul-terminated in savegame ...
if (f == NULL) {
*title = '\0'
*title = '\0';
return;
]
}
bool broken = (fread(temp, 1, HEADER_SIZE, f) != HEADER_SIZE || !VerifyOldNameChecksum(temp));