Make index INT not UINT because it can be -1.
This commit is contained in:
parent
328d3107e1
commit
d90615bb28
|
@ -3937,7 +3937,7 @@ static UINT ITERATE_RegisterFonts(MSIRECORD *row, LPVOID param)
|
|||
MSIPACKAGE *package = (MSIPACKAGE*)param;
|
||||
LPWSTR name;
|
||||
LPCWSTR file;
|
||||
UINT index;
|
||||
INT index;
|
||||
DWORD size;
|
||||
static const WCHAR regfont1[] =
|
||||
{'S','o','f','t','w','a','r','e','\\',
|
||||
|
|
Loading…
Reference in New Issue