shell32/tests: Prevent crash on XP/W2K3.

This commit is contained in:
Ge van Geldorp 2009-01-15 13:07:41 +01:00 committed by Alexandre Julliard
parent f73a34647f
commit c2a2c429b1
1 changed files with 1 additions and 1 deletions

View File

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