* src/type1/t1load.c (parse_encoding): Handle one more error.
This commit is contained in:
parent
5a829394f6
commit
9fe5815c97
@ -1,3 +1,7 @@
|
||||
2007-06-19 Werner Lemberg <wl@gnu.org>
|
||||
|
||||
* src/type1/t1load.c (parse_encoding): Handle one more error.
|
||||
|
||||
2007-06-19 Dmitry Timoshkov <dmitry@codeweavers.com>
|
||||
|
||||
* src/winfonts/winfnt.c (fnt_face_get_dll_font): Return error
|
||||
|
@ -1267,7 +1267,11 @@
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
T1_Skip_PS_Token( parser );
|
||||
if ( parser->root.error )
|
||||
return;
|
||||
}
|
||||
|
||||
T1_Skip_Spaces( parser );
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user