aboutsummaryrefslogtreecommitdiffstats
path: root/src/dbUtils.c
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2008-09-07 13:57:58 +0200
committerMax Kellermann <max@duempel.org>2008-09-07 13:57:58 +0200
commit4665f2bf32c59f263d22c2315d60509c9ae8854b (patch)
tree49d89bdd813e2a2a61ff210a2a720ff271cdcc2c /src/dbUtils.c
parent94293149b1375dad39745f2f8e5f1b8f0299cc61 (diff)
downloadmpd-4665f2bf32c59f263d22c2315d60509c9ae8854b.tar.gz
mpd-4665f2bf32c59f263d22c2315d60509c9ae8854b.tar.xz
mpd-4665f2bf32c59f263d22c2315d60509c9ae8854b.zip
tag: don't pass "fd" to printVisitedInTagTracker()
Pass the client struct instead of the raw file descriptor.
Diffstat (limited to 'src/dbUtils.c')
-rw-r--r--src/dbUtils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dbUtils.c b/src/dbUtils.c
index ba60dc485..9eb6aa46b 100644
--- a/src/dbUtils.c
+++ b/src/dbUtils.c
@@ -335,7 +335,7 @@ int listAllUniqueTags(struct client *client, int type, int numConditionals,
&data);
if (type >= 0 && type <= TAG_NUM_OF_ITEM_TYPES) {
- printVisitedInTagTracker(client_get_fd(client), type);
+ printVisitedInTagTracker(client, type);
}
freeListCommandItem(item);