From 4002b53f0efb7379af5513cfe0d41cc471bd8002 Mon Sep 17 00:00:00 2001 From: yoya Date: Fri, 1 Apr 2011 09:36:29 +0000 Subject: [PATCH] =?utf8?q?replaceShapeData=20=E3=81=A7=20Shape=20=E3=81=AB?= =?utf8?q?=20Shape2=20=E3=83=87=E3=83=BC=E3=82=BF=E3=82=92=E6=B8=A1?= =?utf8?q?=E3=81=97=E3=81=9F=E5=A0=B4=E5=90=88=E3=81=AE=E5=A0=B4=E5=BD=93?= =?utf8?q?=E3=81=9F=E3=82=8A=E5=AF=BE=E5=87=A6=20(=E5=82=B7=E3=82=92?= =?utf8?q?=E5=BA=83=E3=81=92=E3=82=8B=E5=BF=83=E9=85=8D=E3=81=8C=E3=81=82?= =?utf8?q?=E3=82=8B=E3=81=AE=E3=81=A7=E3=80=81=E3=81=A8=E3=82=8A=E3=81=82?= =?utf8?q?=E3=81=88=E3=81=9A=E3=82=B3=E3=83=A1=E3=83=B3=E3=83=88=E3=82=A2?= =?utf8?q?=E3=82=A6=E3=83=88)?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/swfed/trunk@499 7c90b180-03d5-4157-b861-58a559ae9d1e --- src/swf_object.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/swf_object.c b/src/swf_object.c index 818be6e..35763a7 100644 --- a/src/swf_object.c +++ b/src/swf_object.c @@ -475,6 +475,9 @@ swf_object_replace_shapedata(swf_object_t *swf, int cid, free(tag->data); tag->data = NULL; } + // if (tag->tag == 2) { // DefineShape + // tag->tag = 22; // => DefineShape2 + // } tag->length = length + 2; tag->data = malloc(length + 2); PutUShortLE(tag->data, cid); -- 2.11.0