• Max Kellermann's avatar
    TagBuilder: allow adding duplicate tag types in Complement() · b3fe3e8b
    Max Kellermann authored
    Build a table of pre-existing tag types before adding new items.  The
    old way would check HasType() each time, which would return true after
    the first instance of that tag type had been added, preventing
    duplicate tag types to be merged.
    
    This broke duplicate tag types loaded from the state file, because
    this code path uses TagBuilder::Complement().
    b3fe3e8b
Name
Last commit
Last update
android Loading commit data...
doc Loading commit data...
m4 Loading commit data...
scripts Loading commit data...
src Loading commit data...
systemd Loading commit data...
test Loading commit data...
.gitignore Loading commit data...
AUTHORS Loading commit data...
COPYING Loading commit data...
INSTALL Loading commit data...
Makefile.am Loading commit data...
NEWS Loading commit data...
README Loading commit data...
autogen.sh Loading commit data...
configure.ac Loading commit data...
mpd.svg Loading commit data...
valgrind.suppressions Loading commit data...