[Swfed-svn] swfed-svn [151] swf_shape_record_setup_print で count 引数を無視

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2009年 6月 8日 (月) 01:46:07 JST


Revision: 151
          http://svn.sourceforge.jp/view?root=swfed&view=rev&rev=151
Author:   yoya
Date:     2009-06-08 01:46:07 +0900 (Mon, 08 Jun 2009)

Log Message:
-----------
swf_shape_record_setup_print で count 引数を無視

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


-------------- next part --------------
Modified: trunk/src/swf_shape_record_setup.c
===================================================================
--- trunk/src/swf_shape_record_setup.c	2009-06-07 16:41:02 UTC (rev 150)
+++ trunk/src/swf_shape_record_setup.c	2009-06-07 16:46:07 UTC (rev 151)
@@ -78,6 +78,7 @@
 swf_shape_record_setup_print(swf_shape_record_setup_t *shape_record_setup,
                              int indent_depth, swf_tag_t *tag, 
                              swf_styles_count_t *count) {
+    (void) count; // XXX
     if (tag->tag != 2) { // DefineShape
         print_indent(indent_depth);
         printf("shape_record_type=%d\n",



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