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:
ce77200
)
fixed a bug.
author
kramm
<kramm>
Sun, 8 Dec 2002 16:54:04 +0000
(16:54 +0000)
committer
kramm
<kramm>
Sun, 8 Dec 2002 16:54:04 +0000
(16:54 +0000)
src/swfcombine.c
patch
|
blob
|
history
diff --git
a/src/swfcombine.c
b/src/swfcombine.c
index
9dedbf8
..
838efe2
100644
(file)
--- a/
src/swfcombine.c
+++ b/
src/swfcombine.c
@@
-497,6
+497,8
@@
void write_changepos(TAG*output, TAG*tag)
MATRIX m;
U8 flags;
swf_GetMatrix(0, &m);
+ tag->pos = 0;
+ tag->readBit = 0;
flags = swf_GetU8(tag);
swf_SetU8(output, flags|4);