]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Never pass a `char' to a ctype function. I had relied on gcc -Wall
authorSimon Tatham <anakin@pobox.com>
Tue, 11 Mar 2003 09:30:31 +0000 (09:30 +0000)
committerSimon Tatham <anakin@pobox.com>
Tue, 11 Mar 2003 09:30:31 +0000 (09:30 +0000)
commit73203bce79d1dc40cb037fc58438582192b9ad85
treefd17e22a1de05fc7513d5840b536556d2949f05f
parent43fe7d3c877ce96a7cd9a601f8b62f78fa4ac876
Never pass a `char' to a ctype function. I had relied on gcc -Wall
letting me know about instances of this, but it turns out that my
ctype.h explicitly casts input values to `int' to evade the
`subscript has type char' warning, so it had been carefully not
letting me know! Found them all by compiling with a doctored
ctype.h, and hopefully fixed them all too.

[originally from svn r2927]
ldisc.c
proxy.c
rlogin.c
unix/uxstore.c