On Thu, 2001-12-27 at 14:08, Gerhard Tonn wrote: > A solution is to declare the datatype explicitly as signed char or compile > using the option -fsigned-char.
Compiling with -fsigned-char, though it works, is not the "right" solution. It's better to fix the bug in the code.