OSDN Git Service

MultiTerm 表示の printf で引数が足りないのを修正
authoryoya <yoya@7c90b180-03d5-4157-b861-58a559ae9d1e>
Fri, 11 Mar 2011 03:59:16 +0000 (03:59 +0000)
committeryoya <yoya@7c90b180-03d5-4157-b861-58a559ae9d1e>
Fri, 11 Mar 2011 03:59:16 +0000 (03:59 +0000)
git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/swfed/trunk@418 7c90b180-03d5-4157-b861-58a559ae9d1e

src/swf_cxformwithalpha.c

index fd863e3..7562f74 100644 (file)
@@ -61,7 +61,7 @@ swf_cxformwithalpha_print(swf_cxformwithalpha_t *cx, int indent_depth) {
     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);
     }