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
This commit is contained in:
Warren Dukes 2004-11-14 14:46:50 +00:00
parent c2844e84ff
commit 67c7cc8e20
1 changed files with 1 additions and 1 deletions

View File

@ -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);