]> git.tuebingen.mpg.de Git - paraslash.git/commit
attribute.c: Clear attribute bits already at remove time.
authorAndre Noll <maan@systemlinux.org>
Sat, 29 Sep 2007 12:00:14 +0000 (14:00 +0200)
committerAndre Noll <maan@systemlinux.org>
Sat, 29 Sep 2007 12:00:14 +0000 (14:00 +0200)
commitf1aec8cff93dcd636dffb137cd7bdbd5f3c3dcff
tree316ea3c53566d89a2f51e9c6068811039a0c4e72
parenta1ba8789e586943643e38979465be3af83840540
attribute.c: Clear attribute bits already at remove time.

If an attribute gets removed, the old code deferred clearing the
corresponding attribute bit in the afsi of all audio files until
that bit got reclaimed by add_att.  This is problematic because of
the new no_attribute_set mood method.

So clear the bit already in the rmatt callback.
attribute.c