K 10 svn:author V 7 stefanf K 8 svn:date V 27 2006-07-18T07:29:42.000000Z K 7 svn:log V 161 Fix type mismatch between char * and unsigned char *. C guarantees that the values of the characters here are positive, so it's safe to index arrays with them. END