Closed jwrona closed 8 years ago
The signedness of a char is implementation-defined. On ARMv7 architecture, where char is unsigned by default, this was causing an infinite loop during arguments parsing.
The signedness of a char is implementation-defined. On ARMv7 architecture, where char is unsigned by default, this was causing an infinite loop during arguments parsing.