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

Commits on Nov 23, 2014

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

    Fix an issue described by Mihai Moldovan: int values
    returned by ConfigParser::FileCharStream::GetCharImpl() were
    cast to chars, resulting in EOF getting lost.
    derat committed Nov 23, 2014
    Configuration menu
    Copy the full SHA
    5cb0596 View commit details
    Browse the repository at this point in the history