mirror of
https://github.com/reactos/reactos.git
synced 2025-06-10 12:24:48 +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,
|
&nLine,
|
||||||
&stFlags);
|
&stFlags);
|
||||||
|
|
||||||
|
nErrorLevel = 0;
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue