Mercurial > sdl-ios-xcode
diff src/stdlib/SDL_string.c @ 1343:d5c4f8f6855e
*** empty log message ***
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Tue, 07 Feb 2006 17:46:19 +0000 |
parents | d02b552e5304 |
children | 22f39393668a |
line wrap: on
line diff
--- a/src/stdlib/SDL_string.c Tue Feb 07 12:15:46 2006 +0000 +++ b/src/stdlib/SDL_string.c Tue Feb 07 17:46:19 2006 +0000 @@ -72,7 +72,7 @@ } #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;