Fix signed/unsigned mixup (John Stuffer)v4
commit9fc20d07b75934bb92b0ff9da65f4c73b90d272d
authormalc <av1474@comtv.ru>
Tue, 29 Mar 2011 18:17:30 +0000 (29 22:17 +0400)
committermalc <av1474@comtv.ru>
Tue, 29 Mar 2011 18:17:30 +0000 (29 22:17 +0400)
tree2b93faba620a0f268e752d9d8a0fbd01686f1b98
parentc63b0e73feecab3af2f41753290e3f026668cc4a
Fix signed/unsigned mixup (John Stuffer)

Plain char is distinct type whether it is signed or unsigned is
implementation defined (6.2.5.15 and note #45) so use proper type.
link.c