fusion: Avoid signed-unsigned integer comparisons.
This commit is contained in:
parent
d2d288b13a
commit
c46636b1cf
|
@ -261,7 +261,7 @@ static HRESULT WINAPI IAssemblyNameImpl_GetDisplayName(IAssemblyName *iface,
|
|||
{
|
||||
static const WCHAR spec[] = {'%','d',0};
|
||||
static const WCHAR period[] = {'.',0};
|
||||
int i;
|
||||
DWORD i;
|
||||
|
||||
wsprintfW(verstr, spec, name->version[0]);
|
||||
|
||||
|
|
Loading…
Reference in New Issue