small bug fix from Robert :-)

This commit is contained in:
David Turner 2000-06-01 04:44:36 +00:00
parent 04aa800ce9
commit b3936a1600

View File

@ -352,7 +352,7 @@
FT_Byte* start,
FT_Byte* limit )
{
FT_Byte* p;
FT_Byte* p = start;
FT_Error error = 0;
parser->top = parser->stack;