Ryujinx-SDL/src/stdlib
Ryan C. Gordon e410b34f92 stdlib: Corrected implementation of SDL_wcsncmp.
It was a copy/paste of SDL_strcmp, apparently, not SDL_strncmp, so it ignored
the maxlen parameter.

Thanks to Jack Powell for pointing this out!
2020-07-24 22:24:03 -04:00
..
SDL_getenv.c stdlib: Fixed compiler warnings about int vs size_t. 2020-05-05 12:48:55 -04:00
SDL_iconv.c Fixed compiler warning building on FreeBSD 2020-05-27 09:22:12 -07:00
SDL_malloc.c Updated copyright date for 2020 2020-01-16 20:49:25 -08:00
SDL_qsort.c Updated copyright date for 2020 2020-01-16 20:49:25 -08:00
SDL_stdlib.c Fixed bug 5112 - CMake won't compile in VS2019 2020-05-02 14:43:17 -07:00
SDL_string.c stdlib: Corrected implementation of SDL_wcsncmp. 2020-07-24 22:24:03 -04:00
SDL_strtokr.c Updated copyright date for 2020 2020-01-16 20:49:25 -08:00