X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=audioc.c;h=a078c48c02b6a1b166f60878bab83d80bf00aac2;hb=9ae0041ae0dd073657862c4abdf3886a66035ee9;hp=aa7184e09070d4742650cc7b72904ab066ebc482;hpb=7a0852896a75d852dbd2ac848ec5c0be3b5dea71;p=paraslash.git diff --git a/audioc.c b/audioc.c index aa7184e0..a078c48c 100644 --- a/audioc.c +++ b/audioc.c @@ -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; }