mirror of
https://github.com/novatiq/packages.git
synced 2026-07-29 15:03:05 +01:00
Type signedness is undefined for char. char may actually be unsigned for some CPUs. This fixes various bugs on PPC, like negative array indices. Signed-off-by: Marcel Denia <naoir@gmx.net>