mirror of
https://github.com/reactos/reactos.git
synced 2025-07-24 07:14:04 +00:00
[REGEDIT]
- initialize ExportKeyPath so that parseKeyName is not fed garbage if exporting all CORE-8771 svn path=/trunk/; revision=65351
This commit is contained in:
parent
3c5de6a8aa
commit
e2ae551d1b
1 changed files with 1 additions and 1 deletions
|
@ -587,7 +587,7 @@ BOOL ExportRegistryFile(HWND hWnd)
|
|||
{
|
||||
BOOL bRet = FALSE;
|
||||
OPENFILENAME ofn;
|
||||
WCHAR ExportKeyPath[_MAX_PATH];
|
||||
WCHAR ExportKeyPath[_MAX_PATH] = {0};
|
||||
WCHAR Caption[128], szTitle[512], szText[512];
|
||||
HKEY hKeyRoot;
|
||||
LPCWSTR pszKeyPath;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue