aboutsummaryrefslogtreecommitdiffstats
path: root/src/SongFilter.cxx
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/SongFilter.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SongFilter.cxx b/src/SongFilter.cxx
index 0cf2b1b2f..dccbab925 100644
--- a/src/SongFilter.cxx
+++ b/src/SongFilter.cxx
@@ -149,7 +149,7 @@ SongFilter::Item::Match(const Song &song) const
return StringMatch(uri.c_str());
}
- return song.tag != NULL && Match(*song.tag);
+ return Match(song.tag);
}
bool