From 6ebd6fd51a695a9b8ff2886cfb681bf0d3316155 Mon Sep 17 00:00:00 2001 From: Graham Asher Date: Wed, 24 Jul 2002 18:38:45 +0000 Subject: [PATCH] logged latest change to ttobjs.c --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index 484fe3a88..32344536d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2002-24-17 Graham Asher + + * src/truetype/ttobjs.c: fix for bug reported by Sven Neumann [sven@gimp.org] + on the FreeType development forum: "If FT_CONFIG_OPTION_INCREMENTAL is undefined + (this is the default), the TrueType loader crashes in line 852 of src/truetype/ttgload.c + when it tries to access face->glyph_locations." + 2002-07-17 David Turner * include/freetype/cache/ftccache.h, src/cache/ftccache.i,