From 9459ac81271d7554b9cbeb134b256749c48815bb Mon Sep 17 00:00:00 2001 From: Emanuele Giaquinta Date: Tue, 2 Dec 2008 13:14:09 +0000 Subject: [PATCH] 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 --- src/fe-common/core/formats.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fe-common/core/formats.h b/src/fe-common/core/formats.h index 7dbdd904..8c4bcfcf 100644 --- a/src/fe-common/core/formats.h +++ b/src/fe-common/core/formats.h @@ -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