mirror of
https://github.com/yawut/SDL.git
synced 2026-04-18 14:47:27 -05:00
Whoops, missed one
This commit is contained in:
parent
ec7cfdfea1
commit
abbc4d7fbd
|
|
@ -49,7 +49,7 @@ int main(int argc, char *argv[])
|
|||
|
||||
rwops = SDL_RWFromFile(NULL,NULL);
|
||||
if (rwops) RWOP_ERR_QUIT(rwops);
|
||||
rwops = SDL_RWFromFile(NULL,"a+" WIN32_FILE_MODE);
|
||||
rwops = SDL_RWFromFile(NULL,"ab+");
|
||||
if (rwops) RWOP_ERR_QUIT(rwops);
|
||||
rwops = SDL_RWFromFile(NULL,"sldfkjsldkfj");
|
||||
if (rwops) RWOP_ERR_QUIT(rwops);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user