Dan Winship informed me that the right fix when gcc -Wall complains about char
authorDan Harkless <dan@harkless.org>
Wed, 26 Jan 2000 21:35:43 +0000 (21:35 +0000)
committerDan Harkless <dan@harkless.org>
Wed, 26 Jan 2000 21:35:43 +0000 (21:35 +0000)
commitf3572e4b56fe8fffc75cb99b82b0cb063772836e
treeef11c44b5d145180b04962e88de4aca761df23f2
parent1556d4eb31f94b5fda4c635d400191ffca78c9b7
Dan Winship informed me that the right fix when gcc -Wall complains about char
indexes to arrays is to cast to unsigned char, not int.  You want to prevent
negative indexes into the array.
sbr/m_getfld.c
uip/picksbr.c
uip/vmhsbr.c