mirror of
https://github.com/reactos/reactos.git
synced 2025-06-25 17:19:44 +00:00
forget clean up after me
svn path=/trunk/; revision=16530
This commit is contained in:
parent
58d41e3c76
commit
5c73d34569
1 changed files with 1 additions and 3 deletions
|
@ -232,7 +232,6 @@ ParseCommand (LPFILES f, int argc, TCHAR **arg, LPDWORD lpdwFlags)
|
||||||
source = 0;
|
source = 0;
|
||||||
count = 0;
|
count = 0;
|
||||||
|
|
||||||
ConOutPrintf(_T("here\n"));
|
|
||||||
|
|
||||||
|
|
||||||
/* hack geting pipe 1>null working */
|
/* hack geting pipe 1>null working */
|
||||||
|
@ -660,7 +659,6 @@ INT cmd_copy (LPTSTR first, LPTSTR rest)
|
||||||
BOOL bDestFound;
|
BOOL bDestFound;
|
||||||
DWORD dwFlags = 0;
|
DWORD dwFlags = 0;
|
||||||
|
|
||||||
ConOutPrintf(_T("string : %s\n"),rest);
|
|
||||||
if (!_tcsncmp (rest, _T("/?"), 2))
|
if (!_tcsncmp (rest, _T("/?"), 2))
|
||||||
{
|
{
|
||||||
ConOutResPaging(TRUE,STRING_COPY_HELP2);
|
ConOutResPaging(TRUE,STRING_COPY_HELP2);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue