forget clean up after me
Modified: trunk/reactos/subsys/system/cmd/copy.c
_____
Modified: trunk/reactos/subsys/system/cmd/copy.c
--- trunk/reactos/subsys/system/cmd/copy.c 2005-07-10 22:19:57 UTC
(rev 16529)
+++ trunk/reactos/subsys/system/cmd/copy.c 2005-07-10 22:23:00 UTC
(rev 16530)
@@ -232,7 +232,6 @@
source = 0;
count = 0;
- ConOutPrintf(_T("here\n"));
/* hack geting pipe 1>null working */
@@ -659,8 +658,7 @@
BOOL bWildcards;
BOOL bDestFound;
DWORD dwFlags = 0;
-
- ConOutPrintf(_T("string : %s\n"),rest);
+
if (!_tcsncmp (rest, _T("/?"), 2))
{
ConOutResPaging(TRUE,STRING_COPY_HELP2);