X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=mp3_afh.c;h=7802e6ac913c19966942a07cd8f82f941a8afcc4;hp=f5fc7113d14bed295f862de00f5d5c093941d47d;hb=de28dd53360c089e26ccc672317572b8f8e00bb0;hpb=2bb11d7d5ee7f515287d5ac5ea09d80bc5d6780f diff --git a/mp3_afh.c b/mp3_afh.c index f5fc7113..7802e6ac 100644 --- a/mp3_afh.c +++ b/mp3_afh.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003-2007 Andre Noll + * Copyright (C) 2003-2008 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -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; }