mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 19:26:33 +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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user