tag/Mask: fix yet another typo, this time in Unset()
Similar to commitse8f2f98048
andff1ff1e54a
Closes https://github.com/MusicPlayerDaemon/MPD/issues/783
This commit is contained in:
@@ -89,7 +89,7 @@ public:
|
||||
}
|
||||
|
||||
void Unset(TagType tag) {
|
||||
*this |= ~TagMask(tag);
|
||||
*this &= ~TagMask(tag);
|
||||
}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user