diff options
author | Max Kellermann <max@duempel.org> | 2014-04-24 08:10:56 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-04-24 08:11:06 +0200 |
commit | 38e6c0ad3f6ade197901c4b0095be7679094f9ed (patch) | |
tree | 3bdb6ae4e488c8ca68c4eceb6e3f165355e4d43e /src/command | |
parent | 7ecf4ad54d0d486a7fc0cc2ddb8e996a249768da (diff) | |
download | mpd-38e6c0ad3f6ade197901c4b0095be7679094f9ed.tar.gz mpd-38e6c0ad3f6ade197901c4b0095be7679094f9ed.tar.xz mpd-38e6c0ad3f6ade197901c4b0095be7679094f9ed.zip |
DatabaseCommands: clarify compatibility comment
Diffstat (limited to 'src/command')
-rw-r--r-- | src/command/DatabaseCommands.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command/DatabaseCommands.cxx b/src/command/DatabaseCommands.cxx index 96ea357bc..919838e67 100644 --- a/src/command/DatabaseCommands.cxx +++ b/src/command/DatabaseCommands.cxx @@ -184,9 +184,9 @@ handle_list(Client &client, int argc, char *argv[]) return CommandResult::ERROR; } - /* for compatibility with < 0.12.0 */ SongFilter *filter; if (argc == 3) { + /* for compatibility with < 0.12.0 */ if (tagType != TAG_ALBUM) { command_error(client, ACK_ERROR_ARG, "should be \"%s\" for 3 arguments", |