[Swfed-svn] swfed-svn [424] swf_tag_shape_bitmap_get_cid を swf_tag_shape_bitmap_get_refcid に修正

アーカイブの一覧に戻る

svnno****@sourc***** svnno****@sourc*****
2011年 3月 16日 (水) 19:40:21 JST


Revision: 424
          http://sourceforge.jp/projects/swfed/svn/view?view=rev&revision=424
Author:   yoya
Date:     2011-03-16 19:40:21 +0900 (Wed, 16 Mar 2011)

Log Message:
-----------
swf_tag_shape_bitmap_get_cid を swf_tag_shape_bitmap_get_refcid に修正
(getShapeIdListByBitmapRef が動かなくなってました) 

Modified Paths:
--------------
    trunk/src/php_swfed.c


-------------- next part --------------
Modified: trunk/src/php_swfed.c
===================================================================
--- trunk/src/php_swfed.c	2011-03-15 08:29:05 UTC (rev 423)
+++ trunk/src/php_swfed.c	2011-03-16 10:40:21 UTC (rev 424)
@@ -682,7 +682,7 @@
     i = 0;
     for (tag = swf->tag ; tag ; tag=tag->next) {
         register int tag_code = tag->tag;
-        if (isShapeTag(tag_code) && (swf_tag_shape_bitmap_get_cid(tag) == bitmap_id)) {
+        if (isShapeTag(tag_code) && (swf_tag_shape_bitmap_get_refcid(tag) == bitmap_id)) {
             swf_tag_shape_detail_t *swf_tag_shape = tag->detail;
             add_index_long(return_value, i, (long) swf_tag_shape->shape_id);
             i++;



Swfed-svn メーリングリストの案内
アーカイブの一覧に戻る