mirror of
https://github.com/yawut/SDL.git
synced 2026-09-07 08:36:19 -05:00
*** empty log message ***
This commit is contained in:
@@ -72,7 +72,7 @@ static size_t SDL_ScanLong(const char *text, int radix, long *valuep)
|
||||
}
|
||||
#endif
|
||||
|
||||
#ifndef HAVE_SSCANF
|
||||
#if !defined(HAVE_SSCANF) || !defined(HAVE_STRTOD)
|
||||
static size_t SDL_ScanUnsignedLong(const char *text, int radix, unsigned long *valuep)
|
||||
{
|
||||
const char *textstart = text;
|
||||
|
||||
Reference in New Issue
Block a user