]> git.tuebingen.mpg.de Git - paraslash.git/commit
Shrink struct rmatt_event_data.
authorAndre Noll <maan@tuebingen.mpg.de>
Mon, 26 May 2025 18:38:37 +0000 (20:38 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Wed, 28 May 2025 17:23:40 +0000 (19:23 +0200)
commit42f84167d46f8c91b5b9c6bc3471b9c21f623c97
treec5d1c03878607a46b5ab1d68ddb5f59029f86f49
parent842de7d07a58a12c95fd4b6ce9bb29b3e8f8f588
Shrink struct rmatt_event_data.

The aft event handler needs to know the bit number of the attribute which is
being removed in order to clear the bit in the afs info structure of each row
of the audio file table. The handler does not need to know the attribute's
name, though, and remove_attribute() already prints it, so remove this field
from the event data structure.
afs.h
aft.c
attribute.c