Commit dbf7b7b3 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

msi/tests: Fix a signed/unsigned int mismatch.

parent e5b1ca4c
...@@ -589,7 +589,7 @@ static HRESULT invoke(IDispatch *pDispatch, LPCSTR szName, WORD wFlags, DISPPARA ...@@ -589,7 +589,7 @@ static HRESULT invoke(IDispatch *pDispatch, LPCSTR szName, WORD wFlags, DISPPARA
OLECHAR *name = NULL; OLECHAR *name = NULL;
DISPID dispid; DISPID dispid;
HRESULT hr; HRESULT hr;
int i; UINT i;
UINT len; UINT len;
memset(pVarResult, 0, sizeof(VARIANT)); memset(pVarResult, 0, sizeof(VARIANT));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment