mirror of
https://github.com/irssi/irssi.git
synced 2024-11-03 04:27:19 -05:00
missing space
This commit is contained in:
parent
d2e1caf720
commit
ba2554dd14
@ -83,7 +83,7 @@ static int ignore_match_pattern(IGNORE_REC *rec, const char *text)
|
|||||||
* match levels if set. */
|
* match levels if set. */
|
||||||
#define FLAG_MSGLEVELS ( MSGLEVEL_NO_ACT | MSGLEVEL_HIDDEN )
|
#define FLAG_MSGLEVELS ( MSGLEVEL_NO_ACT | MSGLEVEL_HIDDEN )
|
||||||
#define ignore_match_level(rec, level) \
|
#define ignore_match_level(rec, level) \
|
||||||
(((level & FLAG_MSGLEVELS)!= 0) ? \
|
(((level & FLAG_MSGLEVELS) != 0) ? \
|
||||||
((~FLAG_MSGLEVELS & level) & (rec)->level) != 0 : \
|
((~FLAG_MSGLEVELS & level) & (rec)->level) != 0 : \
|
||||||
((rec)->level & FLAG_MSGLEVELS ? 0 : \
|
((rec)->level & FLAG_MSGLEVELS ? 0 : \
|
||||||
(level & (rec)->level) != 0))
|
(level & (rec)->level) != 0))
|
||||||
|
Loading…
Reference in New Issue
Block a user