This commit is contained in:
Werner Lemberg 2015-10-17 11:57:16 +02:00
parent e1ca18d449
commit 797ca5acb5
1 changed files with 1 additions and 1 deletions

View File

@ -1584,7 +1584,7 @@
/* We need at least 20 bytes per glyph. */
if ( p->cnt > p->size / 20 )
{
p->cnt = p->size / 20;
p->cnt = font->glyphs_size = p->size / 20;
FT_TRACE2(( "_bdf_parse_glyphs: " ACMSG17, p->cnt ));
}