mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-05-30 21:37:43 +08:00
Removed possible implicit memset()
This commit is contained in:
@@ -386,7 +386,8 @@ IME_GetReadingString(SDL_VideoData *videodata, HWND hwnd)
|
|||||||
INT err = 0;
|
INT err = 0;
|
||||||
BOOL vertical = FALSE;
|
BOOL vertical = FALSE;
|
||||||
UINT maxuilen = 0;
|
UINT maxuilen = 0;
|
||||||
static OSVERSIONINFOA osversion = {0};
|
static OSVERSIONINFOA osversion;
|
||||||
|
|
||||||
if (videodata->ime_uiless)
|
if (videodata->ime_uiless)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user