usp10: Correct an off-by-one error in page cache allocation.
This commit is contained in:
parent
00ea0b72b6
commit
b2ef877506
|
@ -169,7 +169,7 @@ typedef struct {
|
|||
OUTLINETEXTMETRICW *otm;
|
||||
SCRIPT_FONTPROPERTIES sfp;
|
||||
BOOL sfnt;
|
||||
CacheGlyphPage *page[0x10];
|
||||
CacheGlyphPage *page[0x11];
|
||||
ABC *widths[GLYPH_MAX / GLYPH_BLOCK_SIZE];
|
||||
LPVOID GSUB_Table;
|
||||
LPVOID GDEF_Table;
|
||||
|
|
Loading…
Reference in New Issue