From 4cca75b2e17f3145dfe156285f30b86210662b79 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 25 Apr 2014 18:36:07 +0200 Subject: DatabasePrint: refactor variable/function names --- src/command/DatabaseCommands.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/command') diff --git a/src/command/DatabaseCommands.cxx b/src/command/DatabaseCommands.cxx index e1f129d0a..6e9d3caa5 100644 --- a/src/command/DatabaseCommands.cxx +++ b/src/command/DatabaseCommands.cxx @@ -159,7 +159,7 @@ handle_count(Client &client, int argc, char *argv[]) } Error error; - return searchStatsForSongsIn(client, "", &filter, error) + return PrintSongCount(client, "", &filter, error) ? CommandResult::OK : print_error(client, error); } @@ -243,7 +243,7 @@ handle_list(Client &client, int argc, char *argv[]) Error error; CommandResult ret = - listAllUniqueTags(client, tagType, group_mask, filter, error) + PrintUniqueTags(client, tagType, group_mask, filter, error) ? CommandResult::OK : print_error(client, error); -- cgit v1.2.3