[Swfed-svn] swfed-svn [395] CID 無しの場合に、0 を埋める処理を追加

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2011年 3月 8日 (火) 09:42:19 JST


Revision: 395
          http://sourceforge.jp/projects/swfed/svn/view?view=rev&revision=395
Author:   yoya
Date:     2011-03-08 09:42:19 +0900 (Tue, 08 Mar 2011)

Log Message:
-----------
CID 無しの場合に、0 を埋める処理を追加

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


-------------- next part --------------
Modified: trunk/src/swf_tag_place.c
===================================================================
--- trunk/src/swf_tag_place.c	2011-03-07 17:20:14 UTC (rev 394)
+++ trunk/src/swf_tag_place.c	2011-03-08 00:42:19 UTC (rev 395)
@@ -78,6 +78,8 @@
         swf_tag_place->depth = bitstream_getbytesLE(bs, 2);
         if (swf_tag_place->flag_has_character) {
             swf_tag_place->character_id = bitstream_getbytesLE(bs, 2);
+        } else {
+            swf_tag_place->character_id = 0;
         }
         if (swf_tag_place->flag_has_matrix) {
             ret = swf_matrix_parse(bs, &(swf_tag_place->matrix));



Swfed-svn メーリングリストの案内
Back to archive index