From 31d08405d94894a3b8812868e54ad1a0c22fb5a3 Mon Sep 17 00:00:00 2001 From: Paul Vriens Date: Tue, 26 Jan 2010 11:08:50 +0100 Subject: [PATCH] shell32/tests: Fix the old shell32 detection. --- dlls/shell32/tests/shlfileop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/shell32/tests/shlfileop.c b/dlls/shell32/tests/shlfileop.c index 681d4644855..3e9f9c7d49c 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); -- 2.11.4.GIT