mirror of
https://github.com/glest/glest-source.git
synced 2025-09-28 00:19:00 +02:00
- bugfixes on windows platform when some folders and files are missing, do not crash hard.
This commit is contained in:
@@ -376,7 +376,7 @@ void Properties::save(const string &path){
|
||||
|
||||
fileStream.close();
|
||||
#if defined(WIN32) && !defined(__MINGW32__)
|
||||
fclose(fp);
|
||||
if(fp) fclose(fp);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user