mirror of
https://github.com/irssi/irssi.git
synced 2025-02-02 15:08:01 -05:00
Fix r1569, assign a proper mask to PRINT_FLAG_UNSET_LINE_START.
git-svn-id: file:///var/www/svn.irssi.org/SVN/irssi/trunk@4939 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
cba15593f2
commit
9459ac8127
@ -35,7 +35,7 @@ struct _FORMAT_REC {
|
||||
|
||||
#define PRINT_FLAG_SET_LINE_START 0x0001
|
||||
#define PRINT_FLAG_SET_LINE_START_IRSSI 0x0002
|
||||
#define PRINT_FLAG_UNSET_LINE_START 0x0003
|
||||
#define PRINT_FLAG_UNSET_LINE_START 0x0040
|
||||
|
||||
#define PRINT_FLAG_SET_TIMESTAMP 0x0004
|
||||
#define PRINT_FLAG_UNSET_TIMESTAMP 0x0008
|
||||
|
Loading…
Reference in New Issue
Block a user