msi: Fix the sign of an index variable.
This commit is contained in:
parent
1a896348d5
commit
bb54ed1335
|
@ -1589,7 +1589,7 @@ static UINT ACTION_CostInitialize(MSIPACKAGE *package)
|
|||
|
||||
static UINT execute_script(MSIPACKAGE *package, UINT script )
|
||||
{
|
||||
int i;
|
||||
UINT i;
|
||||
UINT rc = ERROR_SUCCESS;
|
||||
|
||||
TRACE("Executing Script %i\n",script);
|
||||
|
|
Loading…
Reference in New Issue