Re: [Wine-devel] [PATCH] shell32: SHFileOperation can move several files into one directory

2008-06-18 Thread Vitaly Perov
> You're using fileDest when it hasn't been initialized (as the warning > says). Second, the tests fail: Thank you! I forgot insert a line when I was rewriting it for the patch. -- Best wishes, Vitaly Perov Russia, Saint-Petersburg. www.etersoft.ru

Re: [PATCH] shell32: SHFileOperation can move several files into one directory

2008-06-17 Thread James Hawkins
2008/6/17 Vitaly Perov <[EMAIL PROTECTED]>: > The test was sent 2 hours ago > If FOF_MULTIDESTFILES flag is set it's not olny mean that pTo contains > multiple destination files, it also can contain one folder. > > Changelog: > - shell32: SHFileOperation can move several files into one directory >