*** empty log message ***

This commit is contained in:
Sam Lantinga
2006-02-07 17:46:19 +00:00
parent 835cdcb355
commit e28c454fca

View File

@@ -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;