SongFilter: add assertion to StringMatch()
This commit is contained in:
		| @@ -82,6 +82,8 @@ SongFilter::Item::StringMatch(const char *s) const | ||||
| 	assert(s != nullptr); | ||||
| #endif | ||||
|  | ||||
| 	assert(tag != LOCATE_TAG_MODIFIED_SINCE); | ||||
|  | ||||
| 	if (fold_case) { | ||||
| 		const std::string folded = IcuCaseFold(s); | ||||
| 		return folded.find(value) != folded.npos; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Max Kellermann
					Max Kellermann