Commit 93f1d070 authored by Alexander Nicolaysen Sørnes's avatar Alexander Nicolaysen Sørnes Committed by Alexandre Julliard

regedit: Fix passing null pointer.

parent edf48ea2
......@@ -673,7 +673,7 @@ static BOOL _CmdWndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
case ID_REGISTRY_PRINT:
{
const WCHAR empty = 0;
PrintRegistryHive(hWnd, empty);
PrintRegistryHive(hWnd, &empty);
break;
}
case ID_EDIT_DELETE:
......
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