mirror of
https://github.com/kanjitalk755/macemu.git
synced 2024-11-22 13:31:08 +00:00
- empty values in prefs file are now possible
This commit is contained in:
parent
ce1960df81
commit
86b352db07
@ -333,8 +333,6 @@ void LoadPrefsFromStream(FILE *f)
|
||||
|
||||
// Skip whitespace until value
|
||||
while (isspace(*p)) p++;
|
||||
if (*p == 0)
|
||||
continue;
|
||||
char *keyword = line;
|
||||
char *value = p;
|
||||
int32 i = atol(value);
|
||||
|
Loading…
Reference in New Issue
Block a user