From 424a5f867ba905b40ad8531fa8366260a8b612e7 Mon Sep 17 00:00:00 2001 From: boehme Date: Wed, 31 Oct 2001 20:54:31 +0000 Subject: [PATCH] fixed swf_FontImport() --- lib/modules/swftext.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 1.7.10.4