mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +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…
Reference in a new issue