mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 13:45:50 +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
|
@ -196,6 +196,8 @@ INT cmd_date (LPTSTR cmd, LPTSTR param)
|
|||
return 0;
|
||||
}
|
||||
|
||||
nErrorLevel = 0;
|
||||
|
||||
/* build parameter array */
|
||||
arg = split (param, &argc, FALSE);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue