usp10: Correct an off-by-one error in page cache allocation.

This commit is contained in:
Aric Stewart 2014-12-17 08:48:12 -06:00 committed by Alexandre Julliard
parent 00ea0b72b6
commit b2ef877506
1 changed files with 1 additions and 1 deletions

View File

@ -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;