Fix Savannah bug #34189.

* src/type1/t1load.c (T1_Open_Face): Initialize
`face->len_buildchar'.
This commit is contained in:
Werner Lemberg 2011-09-27 17:35:09 +02:00
parent 34d2818a75
commit bfc20c76eb
2 changed files with 11 additions and 2 deletions

View File

@ -1,3 +1,10 @@
2011-09-27 Simon Bünzli zeniko@gmail.com
Fix Savannah bug #34189.
* src/type1/t1load.c (T1_Open_Face): Initialize
`face->len_buildchar'.
2011-09-26 Werner Lemberg <wl@gnu.org>
[cff] Dump SIDs while tracing.

View File

@ -896,7 +896,7 @@
}
#endif /* T1_CONFIG_OPTION_NO_MM_SUPPORT */
#endif /* !T1_CONFIG_OPTION_NO_MM_SUPPORT */
@ -2140,8 +2140,10 @@
}
}
}
else
face->len_buildchar = 0;
#endif /* T1_CONFIG_OPTION_NO_MM_SUPPORT */
#endif /* !T1_CONFIG_OPTION_NO_MM_SUPPORT */
/* now, propagate the subrs, charstrings, and glyphnames tables */
/* to the Type1 data */