From 4e37298d82e21d4622f4ac61061acef8f56a204a Mon Sep 17 00:00:00 2001 From: kramm Date: Sat, 18 Dec 2004 16:53:43 +0000 Subject: [PATCH] added swf_SetTagPos(tag, 0). --- lib/modules/swfshape.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/modules/swfshape.c b/lib/modules/swfshape.c index 0033f40..04cdf71 100644 --- a/lib/modules/swfshape.c +++ b/lib/modules/swfshape.c @@ -912,6 +912,7 @@ void swf_ParseDefineShape(TAG*tag, SHAPE2*shape) else { fprintf(stderr, "parseDefineShape must be called with a shape tag"); } + swf_SetTagPos(tag, 0); id = swf_GetU16(tag); //id memset(shape, 0, sizeof(SHAPE2)); -- 1.7.10.4