branch | sdl2transition |
changeset 11362 | ed5a6478e710 |
parent 10017 | de822cd3df3a |
child 11656 | 227718170097 |
--- a/misc/libphyslayer/physfsrwops.c Tue Nov 10 18:16:35 2015 +0100 +++ b/misc/libphyslayer/physfsrwops.c Tue Nov 10 20:43:13 2015 +0100 @@ -95,7 +95,7 @@ SDL_SetError("Attempt to seek past start of file."); return -1; } /* if */ - + if (!PHYSFS_seek(handle, (PHYSFS_uint64) pos)) { SDL_SetError("PhysicsFS error: %s", PHYSFS_getLastError());