mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-10-07 10:26:27 +00:00
use SDL_zeroa at more places where the argument is an array.
This commit is contained in:
@@ -54,7 +54,7 @@ WIN_UpdateDisplayMode(_THIS, LPCTSTR deviceName, DWORD index, SDL_DisplayMode *
|
||||
mode->w = logical_width;
|
||||
mode->h = logical_height;
|
||||
|
||||
SDL_zero(bmi_data);
|
||||
SDL_zeroa(bmi_data);
|
||||
bmi = (LPBITMAPINFO) bmi_data;
|
||||
bmi->bmiHeader.biSize = sizeof(BITMAPINFOHEADER);
|
||||
|
||||
|
Reference in New Issue
Block a user