Code

mpdclient: finish the "status" command in mpdclient_cmd_crop()
authorMax Kellermann <max@duempel.org>
Thu, 11 Jun 2009 13:18:26 +0000 (15:18 +0200)
committerMax Kellermann <max@duempel.org>
Thu, 11 Jun 2009 13:18:26 +0000 (15:18 +0200)
commit8242fe74f64cb509c035272ac9b9780fd36d1d52
treed9c7c925b4d46df8dca4b63abfa8e152f043ee90
parent1706ad1d356f91d561d7db61ff5359c72e44ba9c
mpdclient: finish the "status" command in mpdclient_cmd_crop()

The crop function calls mpd_getStatus(), but never finishes that
command.  There's a mpdclient_finish_command() call at the end of the
function, but that is supposed to finish the delete command list.
src/mpdclient.c