Mac and Linux SDL2 binary snapshots
Edward Rudd
2020-05-02 03f8528315fa46c95991a34f3325d7b33ae5538c
source/test/testautomation_rwops.c
@@ -100,7 +100,7 @@
   int seekPos = SDLTest_RandomIntegerInRange(4, 8);
   /* Clear buffer */
   SDL_zero(buf);
   SDL_zeroa(buf);
   /* Set to start. */
   i = SDL_RWseek(rw, 0, RW_SEEK_SET );
@@ -226,7 +226,7 @@
   int result;
   /* Clear buffer */
   SDL_zero(mem);
   SDL_zeroa(mem);
   /* Open */
   rw = SDL_RWFromMem(mem, sizeof(RWopsHelloWorldTestString)-1);