mirror of
https://github.com/reactos/reactos.git
synced 2025-07-28 10:42:08 +00:00
[CMD]
Handle the + character only optionally as a token seperator, so that other commands like rename are not affected. svn path=/trunk/; revision=56349
This commit is contained in:
parent
a77220cc37
commit
ece4aa3f3f
16 changed files with 87 additions and 87 deletions
|
@ -145,7 +145,7 @@ INT cmd_time (LPTSTR param)
|
|||
nErrorLevel = 0;
|
||||
|
||||
/* build parameter array */
|
||||
arg = split (param, &argc, FALSE);
|
||||
arg = split (param, &argc, FALSE, FALSE);
|
||||
|
||||
/* check for options */
|
||||
for (i = 0; i < argc; i++)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue