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:
ac56d46
)
bugfix in two-pass import
author
Matthias Kramm
<kramm@quiss.org>
Sat, 14 Mar 2009 20:01:13 +0000
(21:01 +0100)
committer
Matthias Kramm
<kramm@quiss.org>
Sat, 14 Mar 2009 20:01:13 +0000
(21:01 +0100)
lib/as3/import.c
patch
|
blob
|
history
diff --git
a/lib/as3/import.c
b/lib/as3/import.c
index
0fcba24
..
061efdc
100644
(file)
--- a/
lib/as3/import.c
+++ b/
lib/as3/import.c
@@
-58,6
+58,7
@@
void as3_import_swf(char*filename)
tag = tag->next;
}
+ tag = swf->firstTag;
/* pass 2 */
while(tag) {
if(tag->id == ST_DOABC || tag->id == ST_RAWABC) {
@@
-153,7
+154,7
@@
static void import_code(void*_abc, char*filename, int pass)
c->flags |= FLAG_DYNAMIC;
}
return;
- }
+ }
for(t=0;t<abc->classes->num;t++) {
abc_class_t*cls = array_getvalue(abc->classes, t);