svnno****@sourc*****
svnno****@sourc*****
2009年 5月 28日 (木) 02:19:42 JST
Revision: 135 http://svn.sourceforge.jp/view?root=swfed&view=rev&rev=135 Author: yoya Date: 2009-05-28 02:19:42 +0900 (Thu, 28 May 2009) Log Message: ----------- swf_shape_with_style_parse 呼び出しの引数に tag 変数追加 Modified Paths: -------------- trunk/src/swf_tag_shape.c -------------- next part -------------- Modified: trunk/src/swf_tag_shape.c =================================================================== --- trunk/src/swf_tag_shape.c 2009-05-27 17:17:43 UTC (rev 134) +++ trunk/src/swf_tag_shape.c 2009-05-27 17:19:42 UTC (rev 135) @@ -70,7 +70,7 @@ swf_tag_shape->offset_morph = bitstream_getbytesLE(bs, 4); ; // swf_morph_shape_with_style_parse(bs, &swf_tag_shape->morph_shape_with_style); } else { - swf_shape_with_style_parse(bs, &swf_tag_shape->shape_with_style); + swf_shape_with_style_parse(bs, &swf_tag_shape->shape_with_style, tag); } bitstream_close(bs);