X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=mp3_afh.c;fp=mp3_afh.c;h=70f2ec9f6b3817887799edab3292f7136aec0a84;hb=faa0b42a726e96263ae3a1c7e89ce9b014fea44d;hp=382b0e9091c4cb3d6679f9779ad6faff9fb1fe15;hpb=169524e1c52e2dc60c843f7c0b89e2461838df04;p=paraslash.git diff --git a/mp3_afh.c b/mp3_afh.c index 382b0e90..70f2ec9f 100644 --- a/mp3_afh.c +++ b/mp3_afh.c @@ -662,7 +662,6 @@ static int mp3_read_info(unsigned char *map, size_t numbytes, int fd, header_mode(&header), tag_versions[ret]); return 1; err_out: - PARA_ERROR_LOG("%s\n", para_strerror(-ret)); free(afhi->chunk_table); return ret; }