mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 01:24:38 +00:00
make dir change errorlevel to 0 on success.
svn path=/trunk/; revision=17428
This commit is contained in:
parent
c7d3d9b183
commit
106794e0ab
1 changed files with 1 additions and 0 deletions
|
@ -2007,6 +2007,7 @@ INT CommandDir(LPTSTR first, LPTSTR rest)
|
|||
&nLine,
|
||||
&stFlags);
|
||||
|
||||
nErrorLevel = 0;
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue