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:
d9174fa
)
fixed typo.
author
kramm
<kramm>
Wed, 2 Jun 2004 19:22:04 +0000
(19:22 +0000)
committer
kramm
<kramm>
Wed, 2 Jun 2004 19:22:04 +0000
(19:22 +0000)
lib/modules/swftools.c
patch
|
blob
|
history
diff --git
a/lib/modules/swftools.c
b/lib/modules/swftools.c
index
1a860b6
..
35cd13c
100644
(file)
--- a/
lib/modules/swftools.c
+++ b/
lib/modules/swftools.c
@@
-116,7
+116,7
@@
U16 swf_GetDefineID(TAG * t)
case ST_DEFINESPRITE:
case ST_DEFINEMOVIE:
case ST_DEFINEVIDEOSTREAM:
- { case ST_FONTNAMES: //pseudodefine
+ { case ST_GLYPHNAMES: //pseudodefine
case ST_VIDEOFRAME: //pseudodefine
case ST_NAMECHARACTER: //pseudodefine
id = swf_GetU16(t);