]> diplodocus.org Git - nmh/commitdiff
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)
indexes to arrays is to cast to unsigned char, not int.  You want to prevent
negative indexes into the array.


No differences found