Marcel Moolenaar 2912059a85 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...
2008-02-18 20:01:33 +00:00
..
2006-12-23 09:25:23 +00:00
2006-07-09 21:47:37 +00:00
2006-12-18 15:45:01 +00:00
2007-03-04 19:52:07 +00:00
2005-11-17 12:15:23 +00:00
2007-03-04 09:15:12 +00:00
2006-12-27 11:28:00 +00:00
2006-12-27 12:14:56 +00:00
2005-08-07 09:11:38 +00:00
2006-12-14 10:42:46 +00:00