From 5c73d3456989cb17ff8972b72f75c81d5e8b0912 Mon Sep 17 00:00:00 2001 From: Magnus Olsen Date: Sun, 10 Jul 2005 22:23:00 +0000 Subject: [PATCH] forget clean up after me svn path=/trunk/; revision=16530 --- reactos/subsys/system/cmd/copy.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/reactos/subsys/system/cmd/copy.c b/reactos/subsys/system/cmd/copy.c index b3492149f19..e8eafb8ae7c 100644 --- a/reactos/subsys/system/cmd/copy.c +++ b/reactos/subsys/system/cmd/copy.c @@ -232,7 +232,6 @@ ParseCommand (LPFILES f, int argc, TCHAR **arg, LPDWORD lpdwFlags) source = 0; count = 0; - ConOutPrintf(_T("here\n")); /* hack geting pipe 1>null working */ @@ -659,8 +658,7 @@ INT cmd_copy (LPTSTR first, LPTSTR rest) BOOL bWildcards; BOOL bDestFound; DWORD dwFlags = 0; - - ConOutPrintf(_T("string : %s\n"),rest); + if (!_tcsncmp (rest, _T("/?"), 2)) { ConOutResPaging(TRUE,STRING_COPY_HELP2);