Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When reading an ini file, if there is an error, check if it is simply be... #431

Merged
merged 1 commit into from
May 28, 2014

Conversation

RachelBryk
Copy link
Member

...cause the eof was reached.

@@ -349,7 +349,13 @@ bool IniFile::Load(const std::string& filename, bool keep_current_data)
if (in.getline(templine, MAX_BYTES))
line = templine;

This comment was marked as off-topic.

delroth added a commit that referenced this pull request May 28, 2014
When reading an ini file, if there is an error, check if it is simply be...
@delroth delroth merged commit e0edf31 into dolphin-emu:master May 28, 2014
@RachelBryk RachelBryk deleted the fix-ini-error branch July 6, 2014 06:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants