فهرست منبع

testhaptic: fix watcom "&array may not produce intended result" warning

Ozkan Sezer 3 سال پیش
والد
کامیت
d022039529
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      test/testhaptic.c

+ 1 - 1
test/testhaptic.c

@@ -106,7 +106,7 @@ main(int argc, char **argv)
     SDL_ClearError();
 
     /* Create effects. */
-    SDL_memset(&efx, 0, sizeof(efx));
+    SDL_memset(efx, 0, sizeof(efx));
     nefx = 0;
     supported = SDL_HapticQuery(haptic);