Commit e82a82af6db7172744717ed975aa25dc3de3034c

David Turner 2000-06-22T00:26:11

small bugfix in the "seac" code

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/src/type1/t1gload.c b/src/type1/t1gload.c
index 6035757..ff06bc8 100644
--- a/src/type1/t1gload.c
+++ b/src/type1/t1gload.c
@@ -294,6 +294,7 @@
       glyph->format        = ft_glyph_format_composite;
       
       loader->current.num_subglyphs = 2;
+      goto Exit;
     }
 
     /* First load `bchar' in builder */