Mercurial > sdl-ios-xcode
changeset 1343:d5c4f8f6855e
*** empty log message ***
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Tue, 07 Feb 2006 17:46:19 +0000 |
parents | d73be99e9420 |
children | 2eed9997bd24 |
files | src/stdlib/SDL_string.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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;