Index: reactos/dll/win32/shell32/droptargets/CFSDropTarget.cpp =================================================================== --- reactos/dll/win32/shell32/droptargets/CFSDropTarget.cpp (revision 74497) +++ reactos/dll/win32/shell32/droptargets/CFSDropTarget.cpp (working copy) @@ -77,7 +77,7 @@ int res, length; HRESULT hr; - TRACE ("(%p)->(%p,%u,%p)\n", this, pSFFrom, cidl, apidl); + TRACE ("(%p)->(%p,%u,%p,%d)\n", this, pSFFrom, cidl, apidl, bCopy); hr = pSFFrom->QueryInterface (IID_PPV_ARG(IPersistFolder2, &ppf2)); if (SUCCEEDED(hr)) @@ -100,7 +100,7 @@ pszTarget = PathAddBackslashW(szTargetPath); pszSrcList = BuildPathsList(szSrcPath, cidl, apidl, FALSE); - pszTargetList = BuildPathsList(szTargetPath, cidl, apidl, TRUE); + pszTargetList = BuildPathsList(szTargetPath, cidl, apidl, bCopy); if (!pszSrcList || !pszTargetList) {