Commit c2a2c429 authored by Ge van Geldorp's avatar Ge van Geldorp Committed by Alexandre Julliard

shell32/tests: Prevent crash on XP/W2K3.

parent f73a3464
...@@ -513,7 +513,7 @@ static void test_delete(void) ...@@ -513,7 +513,7 @@ static void test_delete(void)
shfo.hwnd = NULL; shfo.hwnd = NULL;
shfo.wFunc = FO_DELETE; shfo.wFunc = FO_DELETE;
shfo.pFrom = buf; shfo.pFrom = buf;
shfo.pTo = "\0"; shfo.pTo = NULL;
shfo.fFlags = FOF_FILESONLY | FOF_NOCONFIRMATION | FOF_SILENT; shfo.fFlags = FOF_FILESONLY | FOF_NOCONFIRMATION | FOF_SILENT;
shfo.hNameMappings = NULL; shfo.hNameMappings = NULL;
shfo.lpszProgressTitle = NULL; shfo.lpszProgressTitle = NULL;
......
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