From: boehme Date: Wed, 31 Oct 2001 20:54:31 +0000 (+0000) Subject: fixed swf_FontImport() X-Git-Tag: release-0-1-0~35 X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=commitdiff_plain;h=424a5f867ba905b40ad8531fa8366260a8b612e7 fixed swf_FontImport() --- diff --git a/lib/modules/swftext.c b/lib/modules/swftext.c index 1b77024..4b90d6f 100644 --- a/lib/modules/swftext.c +++ b/lib/modules/swftext.c @@ -344,7 +344,7 @@ int swf_FontExport(int handle,SWFFONT * f) return l; } -int FontImport(int handle,SWFFONT * * font) +int swf_FontImport(int handle,SWFFONT * * font) { SWFFONT * f; int layout; int i = 0;