From: Andre Date: Fri, 10 Mar 2006 20:13:49 +0000 (+0100) Subject: Rename E_BAD_DBTOOL to E_BAD_SELECTOR X-Git-Tag: v0.2.11~15 X-Git-Url: http://git.tue.mpg.de/?a=commitdiff_plain;h=c1a254d54f3b561af4f4ab08a1a010a154c0ff1e;p=paraslash.git Rename E_BAD_DBTOOL to E_BAD_SELECTOR --- diff --git a/command.c b/command.c index b07020a7..d1036d1d 100644 --- a/command.c +++ b/command.c @@ -870,7 +870,7 @@ static int com_chs(int fd, int argc, char **argv) mmd_unlock(); return 1; } - return -E_BAD_DBTOOL; + return -E_BAD_SELECTOR; } /* next */ diff --git a/error.h b/error.h index c7c9aeba..f15d0dc6 100644 --- a/error.h +++ b/error.h @@ -216,7 +216,7 @@ extern const char **para_errlist[]; #define COMMAND_ERRORS \ PARA_ERROR(COMMAND_SYNTAX, "syntax error in command"), \ PARA_ERROR(AUTH, "did not receive auth request"), \ - PARA_ERROR(BAD_DBTOOL, "no such database tool"), \ + PARA_ERROR(BAD_SELECTOR, "no such audio file selector"), \ PARA_ERROR(NO_AUDIO_FILE, "no audio file"), \ PARA_ERROR(BAD_CMD, "invalid command"), \ PARA_ERROR(PERM, "permission denied"), \