[PATCH 2/2] Fix the old shell32 detection

Paul Vriens Paul.Vriens.Wine at gmail.com
Tue Jan 26 04:08:50 CST 2010


---
 dlls/shell32/tests/shlfileop.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/shell32/tests/shlfileop.c b/dlls/shell32/tests/shlfileop.c
index 681d464..3e9f9c7 100644
--- a/dlls/shell32/tests/shlfileop.c
+++ b/dlls/shell32/tests/shlfileop.c
@@ -2302,7 +2302,7 @@ static BOOL is_old_shell32(void)
     shfo.hNameMappings = NULL;
     shfo.lpszProgressTitle = NULL;
 
-    set_curr_dir_path(from, "test1.txt\0test2.txt\0test3.txt");
+    set_curr_dir_path(from, "test1.txt\0test2.txt\0test3.txt\0");
     set_curr_dir_path(to, "test6.txt\0test7.txt\0");
     retval = SHFileOperationA(&shfo);
 
-- 
1.6.2.5


--------------090201030306020507070305--



More information about the wine-patches mailing list