hhctrl.ocx: Sign-compare warning fix.
This commit is contained in:
parent
2e9353246b
commit
da335a6c91
|
@ -413,7 +413,7 @@ CHMInfo *CloseCHM(CHMInfo *chm)
|
||||||
IStream_Release(chm->strings_stream);
|
IStream_Release(chm->strings_stream);
|
||||||
|
|
||||||
if(chm->strings_size) {
|
if(chm->strings_size) {
|
||||||
int i;
|
DWORD i;
|
||||||
|
|
||||||
for(i=0; i<chm->strings_size; i++)
|
for(i=0; i<chm->strings_size; i++)
|
||||||
heap_free(chm->strings[i]);
|
heap_free(chm->strings[i]);
|
||||||
|
|
Loading…
Reference in New Issue