Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.

Don't cast fgetc()'s return value to a char. #7

Merged
merged 1 commit into from Nov 23, 2014
Merged

Don't cast fgetc()'s return value to a char. #7

merged 1 commit into from Nov 23, 2014

Conversation

derat
Copy link
Owner

@derat derat commented Nov 23, 2014

Fix an issue described by Mihai Moldovan: int values
returned by ConfigParser::FileCharStream::GetCharImpl() were
cast to chars, resulting in EOF getting lost.

Fix an issue described by Mihai Moldovan: int values
returned by ConfigParser::FileCharStream::GetCharImpl() were
cast to chars, resulting in EOF getting lost.
derat added a commit that referenced this pull request Nov 23, 2014
Don't cast fgetc()'s return value to a char.
@derat derat merged commit 2a516a9 into master Nov 23, 2014
@derat derat deleted the fgetc branch November 23, 2014 05:12
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant