From ed6971b569cf8da5ba670ab47abe27cf52792c47 Mon Sep 17 00:00:00 2001 From: Tom Kacvinsky Date: Tue, 10 Apr 2001 18:21:30 +0000 Subject: [PATCH] 2001-04-10 Tom Kacvinsky * t1load.c (parse_charstrings): Changed code for placing .notdef glyph into slot 0 so that we no longer have a memory access violation. * t1load.h: In structure T1_Loader, added swap_table (of type PS_Table) to facilitate placing the .notdef glyph into slot 0. --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index 2284b3ac8..3529b0775 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2001-04-10 Tom Kacvinsky + + * t1load.c (parse_charstrings): Changed code for placing .notdef + glyph into slot 0 so that we no longer have a memory access + violation. + + * t1load.h: In structure T1_Loader, added swap_table (of type + PS_Table) to facilitate placing the .notdef glyph into slot 0. + 2001-04-10 Francesco Zappa Nardelli * src/pcf/pcfdriver.c (PCF_Get_Char_Index): Fix return value.