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:
d0944e4
)
gcc 2.95.x fixes.
author
kramm
<kramm>
Thu, 16 Dec 2004 10:46:13 +0000
(10:46 +0000)
committer
kramm
<kramm>
Thu, 16 Dec 2004 10:46:13 +0000
(10:46 +0000)
src/swfextract.c
patch
|
blob
|
history
diff --git
a/src/swfextract.c
b/src/swfextract.c
index
965cfd3
..
a4a2ded
100644
(file)
--- a/
src/swfextract.c
+++ b/
src/swfextract.c
@@
-356,6
+356,7
@@
void extractTag(SWF*swf, char*filename)
if(!originalplaceobjects && (extractids||extractname_id>=0)) {
int number = 0;
int id = 0;
+ int t;
TAG* objtag = 0;
SRECT bbox;
memset(&bbox, 0, sizeof(SRECT));
@@
-381,7
+382,6
@@
void extractTag(SWF*swf, char*filename)
}
}
- int t;
if((objectbbox.xmin|objectbbox.ymin|objectbbox.xmax|objectbbox.ymax)!=0)
newswf.movieSize = objectbbox;
if(extractname_id>=0) {