mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 21:12:59 +00:00
[CMD] IF: Add extra validity checks in ExecuteIf().
This commit is contained in:
parent
038daa6367
commit
c81bf4f823
2 changed files with 20 additions and 9 deletions
|
@ -938,7 +938,7 @@ GetEnvVarOrSpecial(LPCTSTR varName)
|
|||
/* %CMDEXTVERSION% */
|
||||
else if (_tcsicmp(varName, _T("CMDEXTVERSION")) == 0)
|
||||
{
|
||||
/* Set version number to CMDEXTVERSION */
|
||||
/* Set Command Extensions version number to CMDEXTVERSION */
|
||||
_itot(CMDEXTVERSION, ret, 10);
|
||||
return ret;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue