K 10 svn:author V 6 marcel K 8 svn:date V 27 2008-02-18T20:01:33.000000Z K 7 svn:log V 323 Fix "warning: comparison is always false due to limited range of data type" on platforms with unsigned chars. The comparison in question is there to determine whether chars are unsigned or not and is based on comparing a char, initialized to -1, for less than 0. Change the comparison to check for geater than 0 instead... END