finish ack error codes

git-svn-id: https://svn.musicpd.org/mpd/trunk@1325 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
Warren Dukes
2004-06-04 02:51:54 +00:00
parent f958e0a4c5
commit 630d33b234
11 changed files with 121 additions and 80 deletions

View File

@@ -289,6 +289,7 @@ int interfaceReadInput(Interface * interface) {
==0)
{
commandError(interface->fp,
ACK_ERROR_NOT_LIST,
"not in command list mode");
ret = -1;
}