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