mirror of
https://gitlab.freedesktop.org/freetype/freetype.git
synced 2026-05-07 06:28:02 +02:00
parent
ef54557bda
commit
32c0722622
1 changed files with 2 additions and 5 deletions
|
|
@ -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 )
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue