Commit d90615bb authored by Aric Stewart's avatar Aric Stewart Committed by Alexandre Julliard

Make index INT not UINT because it can be -1.

parent 328d3107
......@@ -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','\\',
......
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