mirror of
https://github.com/reactos/wine.git
synced 2024-11-24 12:20:07 +00:00
regedit: Initialize a variable (Coverity).
This commit is contained in:
parent
962e97dbf3
commit
0cf2010f7b
@ -246,7 +246,7 @@ BOOL CreateKey(HWND hwnd, HKEY hKeyRoot, LPCTSTR keyPath, LPTSTR keyName)
|
||||
{
|
||||
BOOL result = FALSE;
|
||||
LONG lRet = ERROR_SUCCESS;
|
||||
HKEY retKey;
|
||||
HKEY retKey = NULL;
|
||||
TCHAR newKey[MAX_NEW_KEY_LEN - 4];
|
||||
int keyNum;
|
||||
HKEY hKey;
|
||||
|
Loading…
Reference in New Issue
Block a user