Module: wine Branch: master Commit: 31d08405d94894a3b8812868e54ad1a0c22fb5a3 URL: http://source.winehq.org/git/wine.git/?a=commit;h=31d08405d94894a3b8812868e5...
Author: Paul Vriens Paul.Vriens.Wine@gmail.com Date: Tue Jan 26 11:08:50 2010 +0100
shell32/tests: Fix the old shell32 detection.
---
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);