From 67c7cc8e20f601d23247ff4e6dd179955a53b5a3 Mon Sep 17 00:00:00 2001 From: Warren Dukes Date: Sun, 14 Nov 2004 14:46:50 +0000 Subject: fix test (we're not adding title's to the tag tracker) git-svn-id: https://svn.musicpd.org/mpd/trunk@2653 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/tagTracker.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tagTracker.c') diff --git a/src/tagTracker.c b/src/tagTracker.c index c9b083353..0966d858d 100644 --- a/src/tagTracker.c +++ b/src/tagTracker.c @@ -48,7 +48,7 @@ void removeTagItemString(int type, char * string) { assert(string); - assert(tagLists[type]); + /*assert(tagLists[type]);*/ if(tagLists[type] == NULL) return; node = findNodeInList(tagLists[type], string); -- cgit v1.2.3