cast ctype functions input to unsigned char
authorMatthias Braun <matze@braunis.de>
Thu, 20 Oct 2011 12:26:36 +0000 (14:26 +0200)
committerMatthias Braun <matze@braunis.de>
Thu, 20 Oct 2011 12:27:26 +0000 (14:27 +0200)
commit573f2284df8276913dfcf63c795cc6cfbe15462a
tree2d5c3b6211b3fbe750458948f106f66f6acf3a3b
parent158da8a496e0d54ade008d0d3b6b0b82f0bf92d1
cast ctype functions input to unsigned char

From the manpage: If c is not an unsigned char value, or EOF, the
behavior of these functions is undefined.
(So putting char into them directly is wrong)
ir/debug/debugger.c
ir/ir/irargs.c
ir/libcore/lc_opts.c
ir/libcore/lc_printf.c