X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=mp3_afh.c;h=4093a31394e26442172f6df0a6d906355c5e6ada;hp=7802e6ac913c19966942a07cd8f82f941a8afcc4;hb=35f1fc325ea80370bb00e7cfcafe457ab6aca27c;hpb=c8862b9e246b4ef6ff1fe103946e18cf2537ecde diff --git a/mp3_afh.c b/mp3_afh.c index 7802e6ac..4093a313 100644 --- a/mp3_afh.c +++ b/mp3_afh.c @@ -273,7 +273,7 @@ static void mp3_get_id3(unsigned char *map, size_t numbytes, off_t *fpos) return; *fpos = numbytes - 128; if (strncmp("TAG", (char *) map + *fpos, 3)) { - PARA_DEBUG_LOG("%s", "no id3 tag\n"); + PARA_DEBUG_LOG("no id3 tag\n"); return; } *fpos = numbytes - 125;