[CMD] IF: Add extra validity checks in ExecuteIf().

This commit is contained in:
Hermès Bélusca-Maïto 2020-09-03 16:03:18 +02:00
parent 038daa6367
commit c81bf4f823
No known key found for this signature in database
GPG key ID: 3B2539C65E7B93D0
2 changed files with 20 additions and 9 deletions

View file

@ -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;
}