ciniparser: fix ctype.h usage, and lazy strrchr.
tolower(), toupper() and isupper want an unsigned value. Also, fix lazy cost-discarding inside strrchr for extra safety.
Showing
Please register or sign in to comment
tolower(), toupper() and isupper want an unsigned value. Also, fix lazy cost-discarding inside strrchr for extra safety.