From: yoya Date: Fri, 11 Mar 2011 03:59:16 +0000 (+0000) Subject: MultiTerm 表示の printf で引数が足りないのを修正 X-Git-Tag: v0_60~336 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=d6bb94c54e9f5c63f829b405920a04f202c26eb8;p=swfed%2Fswfed.git MultiTerm 表示の printf で引数が足りないのを修正 git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/swfed/trunk@418 7c90b180-03d5-4157-b861-58a559ae9d1e --- diff --git a/src/swf_cxformwithalpha.c b/src/swf_cxformwithalpha.c index fd863e3..7562f74 100644 --- a/src/swf_cxformwithalpha.c +++ b/src/swf_cxformwithalpha.c @@ -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); }