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

This commit is contained in:
glx 2009-01-19 00:53:31 +00:00
parent 0e83fb37c0
commit ee1331bb46

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));