Skip to content

Commit

Permalink
Initi local var explicitely
Browse files Browse the repository at this point in the history
  • Loading branch information
krono committed Jul 27, 2016
1 parent ae9c6e0 commit 4bd80a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platforms/win32/vm/sqWin32Main.c
Expand Up @@ -494,7 +494,7 @@ void gatherSystemInfo(void)
SYSTEM_INFO sysInfo = { 0 };
DISPLAY_DEVICE gDev = { 0 };
unsigned int proc, screenX, screenY;
TCHAR tmpString[4096];
TCHAR tmpString[4096] = { '\0' };

TCHAR keyName[SYSTEM_INFO_BUF_SIZE] = { 0 };
HKEY hk = NULL;
Expand Down

0 comments on commit 4bd80a5

Please sign in to comment.