Another clang fix.

dbgmem-more-limiters
Werner Lemberg 15 years ago
parent fc58155afc
commit 297dc2235a
  1. 2
      ChangeLog
  2. 2
      src/base/ftpatent.c

@ -7,7 +7,7 @@
(FT_GlyphSlot_Embolden): Remove dead code.
* src/base/ftpatent.c (_tt_check_patents_in_table): Initialize
`offset_i'.
`offset_i' and `length_i'.
2010-01-05 Ralph Giles <giles@ghostscript.com>

@ -124,7 +124,7 @@
if ( service )
{
FT_UInt i = 0;
FT_ULong tag_i = 0, offset_i = 0, length_i;
FT_ULong tag_i = 0, offset_i = 0, length_i = 0;
for ( i = 0; !error && tag_i != tag ; i++ )

Loading…
Cancel
Save