X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fmodules%2Fswftext.c;fp=lib%2Fmodules%2Fswftext.c;h=dcea6beb2226d5244d3969faf3b086ef33c27425;hb=32bce7795076522c72a9c7f5720a6774f5f8223c;hp=064b47e9a4cef8f836e61c00c7330d59e8559e52;hpb=18d9b33fa47e1c24cfd2451247e30342c452d3eb;p=swftools.git diff --git a/lib/modules/swftext.c b/lib/modules/swftext.c index 064b47e..dcea6be 100644 --- a/lib/modules/swftext.c +++ b/lib/modules/swftext.c @@ -801,6 +801,7 @@ int swf_FontInitUsage(SWFFONT * f) f->use->is_reduced = 0; f->use->used_glyphs = 0; f->use->chars = (int*)rfx_calloc(sizeof(f->use->chars[0]) * f->numchars); + f->use->glyphs_specified = 0; return 0; }