K 10 svn:author V 6 dillon K 8 svn:date V 27 1999-02-14T20:58:21.000000Z K 7 svn:log V 167 Only needed to cast array index from char to unsigned char, did not also have to cast it to int. (int)(unsigned char)char_exp -> (unsigned char)char_exp. END