Minor fix in Z1_Open_Face for building char_index table

This commit is contained in:
Tom Kacvinsky 2000-10-15 08:53:27 +00:00
parent c5930ddbb0
commit f5e39e2002
1 changed files with 1 additions and 1 deletions

View File

@ -1553,7 +1553,7 @@
max_char = -32000;
charcode = 0;
for ( ; charcode < loader.encoding_table.num_elems; charcode++ )
for ( ; charcode < loader.encoding_table.max_elems; charcode++ )
{
type1->encoding.char_index[charcode] = 0;
type1->encoding.char_name [charcode] = (char *)".notdef";