From: kramm Date: Sun, 8 Dec 2002 16:54:04 +0000 (+0000) Subject: fixed a bug. X-Git-Tag: old_makefiles2~19 X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=commitdiff_plain;h=1c5d4b4a5f1d36f1cfbb570a1f132ba1184ddabe fixed a bug. --- diff --git a/src/swfcombine.c b/src/swfcombine.c index 9dedbf8..838efe2 100644 --- 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);