[Swfed-svn] swfed-svn [418] MultiTerm 表示の printf で引数が足りないのを修正

アーカイブの一覧に戻る

svnno****@sourc***** svnno****@sourc*****
2011年 3月 11日 (金) 12:59:16 JST


Revision: 418
          http://sourceforge.jp/projects/swfed/svn/view?view=rev&revision=418
Author:   yoya
Date:     2011-03-11 12:59:16 +0900 (Fri, 11 Mar 2011)

Log Message:
-----------
MultiTerm 表示の printf で引数が足りないのを修正

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


-------------- next part --------------
Modified: trunk/src/swf_cxformwithalpha.c
===================================================================
--- trunk/src/swf_cxformwithalpha.c	2011-03-11 01:04:55 UTC (rev 417)
+++ trunk/src/swf_cxformwithalpha.c	2011-03-11 03:59:16 UTC (rev 418)
@@ -61,7 +61,7 @@
     print_indent(indent_depth);
     printf("CXFORMWITHALPHA:");
     if (cx->has_mult_terms) {
-        printf("  MultTerm:%02x%02x%02x",
+        printf("  MultTerm:%02x%02x%02x(%02x)",
                cx->red_mult_term, cx->green_mult_term, cx->blue_mult_term,
                cx->alpha_mult_term);
     }



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