We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fdd95ca + 83361c6 commit 803d92fCopy full SHA for 803d92f
1 file changed
wingui/pdcdisp.c
@@ -330,7 +330,7 @@ static bool character_is_in_font( chtype ichar)
330
for( i = PDC_unicode_range_data->cRanges; i; i--, wptr++)
331
if( wptr->wcLow > ichar)
332
return( FALSE);
333
- else if( wptr->wcLow + wptr->cGlyphs > ichar)
+ else if( wptr->wcLow + wptr->cGlyphs > (WCHAR)ichar)
334
return( TRUE);
335
/* Didn't find it in any range; it must not be in the font */
336
0 commit comments