From c1a254d54f3b561af4f4ab08a1a010a154c0ff1e Mon Sep 17 00:00:00 2001 From: Andre Date: Fri, 10 Mar 2006 21:13:49 +0100 Subject: [PATCH] Rename E_BAD_DBTOOL to E_BAD_SELECTOR --- command.c | 2 +- error.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"), \ -- 2.30.2