* src/type1/t1parse.c (T1_Get_Private_Dict): Minor.

Fixes #1416.
This commit is contained in:
Alexei Podtelezhnikov 2026-04-11 09:31:18 -04:00
parent ef54557bda
commit 32c0722622

View file

@ -339,11 +339,8 @@
FT_Bool test_cr;
parser->root.cursor = parser->base_dict;
parser->root.limit = parser->base_dict + parser->base_len;
cur = parser->root.cursor;
limit = parser->root.limit;
parser->root.cursor = cur;
parser->root.limit = limit;
while ( cur < limit )
{