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:
89c562a
)
removed debugging code
author
Matthias Kramm
<kramm@quiss.org>
Wed, 21 Jan 2009 19:54:14 +0000
(11:54 -0800)
committer
Matthias Kramm
<kramm@quiss.org>
Wed, 21 Jan 2009 19:54:14 +0000
(11:54 -0800)
lib/as3/abc.c
patch
|
blob
|
history
diff --git
a/lib/as3/abc.c
b/lib/as3/abc.c
index
18be42b
..
9f4b6c9
100644
(file)
--- a/
lib/as3/abc.c
+++ b/
lib/as3/abc.c
@@
-720,8
+720,6
@@
void* swf_ReadABC(TAG*tag)
}
pool_read(pool, tag);
- pool_dump(pool, stdout, 2);
- printf("pool is %d bytes\n", tag->pos);
int num_methods = swf_GetU30(tag);
DEBUG printf("%d methods\n", num_methods);