Never pass a `char' to a ctype function. I had relied on gcc -Wall
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Tue, 11 Mar 2003 09:30:31 +0000 (09:30 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Tue, 11 Mar 2003 09:30:31 +0000 (09:30 +0000)
commite93ed4323c03b94653cda6ba5881c0081c3d905f
treefd17e22a1de05fc7513d5840b536556d2949f05f
parent4e6d40912e43afdde39744815e30dd425a4849d3
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.

git-svn-id: svn://svn.tartarus.org/sgt/putty@2927 cda61777-01e9-0310-a592-d414129be87e
ldisc.c
proxy.c
rlogin.c
unix/uxstore.c