mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-04 19:55:19 +00:00
Removed possible implicit memset()
This commit is contained in:
parent
ae2a50fc8f
commit
af395e970e
1 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue