diff options
Diffstat (limited to 'jconf.cpp')
-rw-r--r-- | jconf.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -316,6 +316,7 @@ bool jconf::parse_config(const char* sFilename) if(flen <= 16) { + fclose(pFile); printer::inst()->print_msg(L0, "File is empty or too short - %s.", sFilename); return false; } |