X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=audiod_command.c;h=875e4551242615b1b7780664b98517b5029d8a5f;hp=855e5cea102e51076b50ad345d014096d9c08e4a;hb=73aebb78da7297053f41dba5b3f0cefb33ad248e;hpb=84f3cda92d0fb3d072b1a2d9bf8c2156c18d6398 diff --git a/audiod_command.c b/audiod_command.c index 855e5cea..875e4551 100644 --- a/audiod_command.c +++ b/audiod_command.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. */ @@ -461,7 +461,7 @@ out: free(buf); free(argv); if (clifd > 0 && ret < 0 && ret != -E_CLIENT_WRITE) { - char *tmp = make_message("%s\n", PARA_STRERROR(-ret)); + char *tmp = make_message("%s\n", para_strerror(-ret)); client_write(clifd, tmp); free(tmp); close(clifd);