mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-07-01 05:46:06 -04:00
--User changes:
Resize options and about dialogs for Linux. --Bug fixes: Null check on file close in ReadFile().
This commit is contained in:
@ -211,6 +211,7 @@ static bool ReadFile(const char* filename, string& buf, bool nullTerminate = tru
|
||||
}
|
||||
|
||||
fclose(f);
|
||||
f = nullptr;
|
||||
}
|
||||
}
|
||||
catch (const std::exception& e)
|
||||
|
Reference in New Issue
Block a user