Closed Zirias closed 4 years ago
Ok, I always assumed that char == unsigned char. But just checked my C / C ++ Reference again. ANSI does not specify whether char is signed or not. I will correct that, maybe I have used more of it. I'll go through everything. Thank you!
this is fixed. I'll look at the rest of the source code tomorrow.
Building fails on architectures with unsigned
char
like powerpc:Suggestion: explicitly use
unsigned char
andsigned char
where appropriate.Reported from: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245200