[CMD] IF: Fix x64 warning C4267.

This commit is contained in:
Hermès Bélusca-Maïto 2020-09-19 20:57:35 +02:00
parent cb22d5f697
commit e904471023
No known key found for this signature in database
GPG key ID: 3B2539C65E7B93D0

View file

@ -113,7 +113,7 @@ INT ExecuteIf(PARSED_COMMAND *Cmd)
else if (Cmd->If.Operator == IF_EXIST)
{
BOOL IsDir;
INT Size;
SIZE_T Size;
WIN32_FIND_DATA f;
HANDLE hFind;
DWORD attrs;