X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=opus_afh.c;h=64eeb03c1a4bd89bb64488495ed5d76c3ca322e9;hp=b1469b474d504e69bfe62ad95f6d1ee9043b65a5;hb=74592ed100009a2d73e03861ae9626363f06aca9;hpb=3fd8d0567ae654aed7e97e832568d3e1b98e20a2 diff --git a/opus_afh.c b/opus_afh.c index b1469b47..64eeb03c 100644 --- a/opus_afh.c +++ b/opus_afh.c @@ -55,7 +55,7 @@ static int opus_get_comments(char *comments, int length, p += 4; if (p + ntags * 4 > end) return -E_OPUS_COMMENT; - PARA_INFO_LOG("found %d tag(s)\n", ntags); + PARA_INFO_LOG("found %u tag(s)\n", ntags); for (i = 0; i < ntags; i++, p += val) { char *tag;