Commit 67c7cc8e authored by Warren Dukes's avatar Warren Dukes

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
parent c2844e84
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment