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:
0a7f99e
)
Flash 7 tag names added
author
kramm
<kramm>
Sat, 31 Jan 2004 09:40:50 +0000
(09:40 +0000)
committer
kramm
<kramm>
Sat, 31 Jan 2004 09:40:50 +0000
(09:40 +0000)
lib/modules/swfdump.c
patch
|
blob
|
history
diff --git
a/lib/modules/swfdump.c
b/lib/modules/swfdump.c
index
dfc6241
..
62d67b4
100644
(file)
--- a/
lib/modules/swfdump.c
+++ b/
lib/modules/swfdump.c
@@
-212,6
+212,10
@@
char* swf_TagGetName(TAG*tag)
return "FREEALL";
case ST_MX4:
return "MX4";
+ case ST_SCRIPTLIMITS:
+ return "SCRIPTLIMITS";
+ case ST_SETTABINDEX:
+ return "SETTABINDEX";
}
return 0;
}