summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: c3f96ac)
raw | patch | inline | side by side (parent: c3f96ac)
author | Jonathan Neuschäfer <j.neuschaefer@gmx.net> | |
Fri, 26 Aug 2011 23:46:17 +0000 (01:46 +0200) | ||
committer | Jonathan Neuschäfer <j.neuschaefer@gmx.net> | |
Mon, 29 Aug 2011 20:29:56 +0000 (22:29 +0200) |
src/screen_artist.c | patch | blob | history |
diff --git a/src/screen_artist.c b/src/screen_artist.c
index cf775b5d5daf6f75b21a3cbf4c94aa614a1b1449..185c57483ca5b434fc2601839b80c3305bf16f98 100644 (file)
--- a/src/screen_artist.c
+++ b/src/screen_artist.c
}
static void
-add_query(struct mpdclient *c, enum mpd_tag_type table, char *_filter)
+add_query(struct mpdclient *c, enum mpd_tag_type table, const char *_filter)
{
struct mpd_connection *connection = mpdclient_get_connection(c);
char *str;