Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix INIFile ignoring the last line of files
  • Loading branch information
delroth committed Sep 16, 2013
1 parent 449cd3b commit 2c350a5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Source/Core/Common/Src/IniFile.cpp
Expand Up @@ -351,8 +351,6 @@ bool IniFile::Load(const char* filename, bool keep_current_data)
}
#endif

if (in.eof()) break;

if (line.size() > 0)
{
if (line[0] == '[')
Expand Down

0 comments on commit 2c350a5

Please sign in to comment.