Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix cosmetic issue with downcasting int to char.
Note that d can be set to EOF (normally represented by int(-1)), so a cast to char _should_ not cause issues as char(255) is not a space character.
- Loading branch information