Fixed a compiler warning.

This commit is contained in:
Werner Lemberg 2000-04-10 22:50:40 +00:00
parent 69e010fdea
commit 7ae268a207
1 changed files with 1 additions and 1 deletions

View File

@ -811,7 +811,7 @@ TT_CodeRange_Tag debug_coderange = tt_coderange_glyph;
{
FT_Int A, diff, key;
FT_Long next_IP;
FT_Char ch, oldch, *temp;
FT_Char ch, oldch = '\0', *temp;
TT_Error error = 0;