mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-03-26 02:31:07 +01:00
SDL_strtol("0") skipped the "0" octal prefix
and returned a failure because the remainder of the string was empty.
SDL_strtol("0") skipped the "0" octal prefix
and returned a failure because the remainder of the string was empty.