mirror of
https://github.com/encounter/SDL.git
synced 2025-12-14 07:36:09 +00:00
use SDL_zeroa at more places where the argument is an array.
This commit is contained in:
@@ -223,7 +223,7 @@ SDL_JoystickThread(void *_data)
|
||||
|
||||
#if SDL_JOYSTICK_XINPUT
|
||||
SDL_bool bOpenedXInputDevices[XUSER_MAX_COUNT];
|
||||
SDL_zero(bOpenedXInputDevices);
|
||||
SDL_zeroa(bOpenedXInputDevices);
|
||||
#endif
|
||||
|
||||
if (SDL_CreateDeviceNotification(¬ification_data) < 0) {
|
||||
|
||||
Reference in New Issue
Block a user