git.asbjorn.biz
/
swftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e84c91d
)
fixed swf_FontImport()
author
boehme
<boehme>
Wed, 31 Oct 2001 20:54:31 +0000
(20:54 +0000)
committer
boehme
<boehme>
Wed, 31 Oct 2001 20:54:31 +0000
(20:54 +0000)
lib/modules/swftext.c
patch
|
blob
|
history
diff --git
a/lib/modules/swftext.c
b/lib/modules/swftext.c
index
1b77024
..
4b90d6f
100644
(file)
--- 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;