Mercurial > sdl-ios-xcode
diff test/automated/testsdl.c @ 3319:63d4517fc4ac
Fixed bug #777
Implemented SDL_GetPlatform()
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sat, 26 Sep 2009 10:32:14 +0000 |
parents | 22ac66da0765 |
children | ba48701b0534 |
line wrap: on
line diff
--- a/test/automated/testsdl.c Sat Sep 26 10:22:35 2009 +0000 +++ b/test/automated/testsdl.c Sat Sep 26 10:32:14 2009 +0000 @@ -172,7 +172,7 @@ SDL_ATprintErr( "Tests run with SDL %d.%d.%d revision %d\n", ver.major, ver.minor, ver.patch, rev ); SDL_ATprintErr( "System is running %s and is %s endian\n", - platform_getPlatform(), + SDL_GetPlatform(), #ifdef SDL_LIL_ENDIAN "little" #else