- bugfixes on windows platform when some folders and files are missing, do not crash hard.

This commit is contained in:
SoftCoder
2013-12-27 23:05:20 -08:00
parent 163a5a173a
commit b6cd751250
6 changed files with 12 additions and 12 deletions

View File

@@ -376,7 +376,7 @@ void Properties::save(const string &path){
fileStream.close();
#if defined(WIN32) && !defined(__MINGW32__)
fclose(fp);
if(fp) fclose(fp);
#endif
}