| commit | d83948ed09039864cdaf6066a1bd64476211ecaa | [log] [tgz] |
|---|---|---|
| author | Christian Göttsche <cgzones@googlemail.com> | Thu Oct 20 20:08:25 2022 +0200 |
| committer | BenBE <BenBE@geshi.org> | Thu Oct 20 22:42:26 2022 +0200 |
| tree | 9d1228083339cc771f67d59c2c25beb5284f0483 | |
| parent | fc5c622ce3076034831082094d30590bc04f92d6 [diff] |
Check for action flags correctly
Actions are not simple flags with a single bit set, but might have
multiple bits set for implying actions. Do not handle an action if only
an implying bit is set.
Fixes: edc3de7cb597 ("Action: specify implication in code not in comments")