diff --git a/reactos/dll/win32/shell32/shfldr_fs.c b/reactos/dll/win32/shell32/shfldr_fs.c index 9f5faf4245f..2790695e97a 100644 --- a/reactos/dll/win32/shell32/shfldr_fs.c +++ b/reactos/dll/win32/shell32/shfldr_fs.c @@ -1250,7 +1250,6 @@ ISFHelper_fnCopyItems (ISFHelper * iface, IShellFolder * pSFFrom, UINT cidl, PathAddBackslashA (szDstPath); _ILSimpleGetText (apidl[i], szDstPath + strlen (szDstPath), MAX_PATH); - _ILSimpleGetText (apidl[i], szDstPath + strlen (szDstPath), MAX_PATH); DPRINT1 ("copy %s to %s\n", szSrcPath, szDstPath); if (fileMoving)