Use SDL_zeroa() appropriately
This commit is contained in:
parent
dd2258c2c3
commit
07880dca0e
1 changed files with 1 additions and 1 deletions
|
@ -259,7 +259,7 @@ WIN_IsXInputDevice(const GUID* pGuidProductFromDirectInput)
|
|||
VARIANT var;
|
||||
HRESULT hr;
|
||||
|
||||
SDL_zero(pDevices);
|
||||
SDL_zeroa(pDevices);
|
||||
|
||||
// Create WMI
|
||||
hr = CoCreateInstance(&CLSID_WbemLocator,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue