From 38e6c0ad3f6ade197901c4b0095be7679094f9ed Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 24 Apr 2014 08:10:56 +0200 Subject: [PATCH] DatabaseCommands: clarify compatibility comment --- src/command/DatabaseCommands.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",