Really restore changes introduced in revision 1.178.

This commit is contained in:
Werner Lemberg 2007-07-10 23:10:39 +00:00
parent b003b3e7b5
commit d21fe6e5d6
1 changed files with 2 additions and 2 deletions

View File

@ -702,7 +702,7 @@
FT_GlyphLoader gloader = loader->gloader;
FT_Error error = TT_Err_Ok;
FT_Outline* outline;
FT_UInt n_points;
FT_Int n_points;
outline = &gloader->current.outline;
@ -729,7 +729,7 @@
/* Deltas apply to the unscaled data. */
FT_Vector* deltas;
FT_Memory memory = loader->face->memory;
FT_UInt i;
FT_Int i;
error = TT_Vary_Get_Glyph_Deltas( (TT_Face)(loader->face),