a7d08aa37e
`getopt_long` returns an `int` not a `char`. On aarch64 `char` is unsigned but on x86 is signed. This is why it had worked so far without any issues. Signed-off-by: Anhad Singh <andypython@protonmail.com>