X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=audioc.c;h=1402b64c492f24883e63d7391cee6cada4715591;hp=aa7184e09070d4742650cc7b72904ab066ebc482;hb=3e3c069366dbb2bf8f157ad0a406bda67dd51783;hpb=b9ff47c00a184f572037a05f40d9ea62222f514c diff --git a/audioc.c b/audioc.c index aa7184e0..1402b64c 100644 --- a/audioc.c +++ b/audioc.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005-2007 Andre Noll + * Copyright (C) 2005-2008 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -150,6 +150,6 @@ out: if (!ret && loaded && buf) ret = write(STDOUT_FILENO, buf, loaded); if (ret < 0) - PARA_ERROR_LOG("%s\n", PARA_STRERROR(-ret)); + PARA_ERROR_LOG("%s\n", para_strerror(-ret)); return ret < 0? EXIT_FAILURE : EXIT_SUCCESS; }