X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=mp3_afh.c;h=a6a421a640195cee964e2b33c908e05934a04243;hp=f5fc7113d14bed295f862de00f5d5c093941d47d;hb=9ae0041ae0dd073657862c4abdf3886a66035ee9;hpb=5c556c52f1196cea4536d36b683372de532943a9 diff --git a/mp3_afh.c b/mp3_afh.c index f5fc7113..a6a421a6 100644 --- a/mp3_afh.c +++ b/mp3_afh.c @@ -395,7 +395,7 @@ static int mp3_read_info(unsigned char *map, size_t numbytes, PARA_DEBUG_LOG("eof timeout: %lu\n", tv2ms(&afhi->eof_tv)); return 1; err_out: - PARA_ERROR_LOG("%s\n", PARA_STRERROR(-ret)); + PARA_ERROR_LOG("%s\n", para_strerror(-ret)); free(afhi->chunk_table); return ret; }