X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=error.h;h=3fda5787774ce739754a58d74706c3081f1e9da5;hp=3d58e63010c730657b7a7167fbd22196bcc984b5;hb=904e302f0b64887f18c9e2fec7b0bb405675ad22;hpb=1da89eac79c97bbdd27404a3094238ebd2f22656 diff --git a/error.h b/error.h index 3d58e630..3fda5787 100644 --- a/error.h +++ b/error.h @@ -103,7 +103,7 @@ extern const char **para_errlist[]; #define AFH_RECV_ERRORS \ - PARA_ERROR(AFH_RECV_BAD_FILENAME, "invalid file name"), \ + PARA_ERROR(AFH_RECV_BAD_FILENAME, "no file name given"), \ #define OGG_AFH_COMMON_ERRORS \ @@ -306,7 +306,6 @@ extern const char **para_errlist[]; PARA_ERROR(SERVER_EOF, "connection closed by para_server"), \ PARA_ERROR(SERVER_CMD_SUCCESS, "command terminated successfully"), \ PARA_ERROR(SERVER_CMD_FAILURE, "command failed"), \ - PARA_ERROR(INCOMPAT_FEAT, "client/server incompatibility"), \ #define NET_ERRORS \