Commit fccd4e29 authored by Huw Davies's avatar Huw Davies Committed by Alexandre Julliard

shell32: Initialise the error string pointer.

parent 3f629462
......@@ -3199,6 +3199,8 @@ static HRESULT redirect_known_folder(
LPWSTR lpRegistryPath = NULL, lpSrcPath = NULL;
TRACE("(%s, %p, 0x%08x, %s, %d, %p, %p)\n", debugstr_guid(rfid), hwnd, flags, debugstr_w(pszTargetPath), cFolders, pExclusion, ppszError);
if (ppszError) *ppszError = NULL;
hr = get_known_folder_registry_path(rfid, NULL, &lpRegistryPath);
if(SUCCEEDED(hr))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment