mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 21:36:11 +00:00
adding %errorlevel% code for date
it is always 0 svn path=/trunk/; revision=16465
This commit is contained in:
parent
8655ed62ef
commit
67984c6757
1 changed files with 2 additions and 0 deletions
|
@ -195,6 +195,8 @@ INT cmd_date (LPTSTR cmd, LPTSTR param)
|
||||||
ConOutResPuts(STRING_DATE_HELP4);
|
ConOutResPuts(STRING_DATE_HELP4);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
nErrorLevel = 0;
|
||||||
|
|
||||||
/* build parameter array */
|
/* build parameter array */
|
||||||
arg = split (param, &argc, FALSE);
|
arg = split (param, &argc, FALSE);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue