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:
c54f8b5
)
fixed gcc 2.95.3 compile problem
author
kramm
<kramm>
Tue, 30 Mar 2004 14:54:45 +0000
(14:54 +0000)
committer
kramm
<kramm>
Tue, 30 Mar 2004 14:54:45 +0000
(14:54 +0000)
lib/modules/swftools.c
patch
|
blob
|
history
diff --git
a/lib/modules/swftools.c
b/lib/modules/swftools.c
index
b43b5a4
..
8f6b418
100644
(file)
--- a/
lib/modules/swftools.c
+++ b/
lib/modules/swftools.c
@@
-891,9
+891,9
@@
TAG* swf_Concatenate (TAG*list1,TAG*list2)
TAG*tag=0,*lasttag=0;
char bitmap[65536];
char depthmap[65536];
+ SWF swf1,swf2;
memset(bitmap, 0, sizeof(bitmap));
memset(depthmap, 0, sizeof(depthmap));
- SWF swf1,swf2;
memset(&swf1, 0, sizeof(swf1));
memset(&swf2, 0, sizeof(swf2));