hhctrl.ocx: Avoid signed-unsigned integer comparisons.
This commit is contained in:
parent
6d1d7eedd9
commit
2e268d1914
|
@ -1825,7 +1825,7 @@ void ReleaseHelpViewer(HHInfo *info)
|
|||
HHInfo *CreateHelpViewer(HHInfo *info, LPCWSTR filename, HWND caller)
|
||||
{
|
||||
HHInfo *tmp_info;
|
||||
int i;
|
||||
unsigned int i;
|
||||
|
||||
if(!info)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue