From 716c986c2b967e0268eb0397b7c1805926b991c0 Mon Sep 17 00:00:00 2001 From: piaip Date: Tue, 13 Sep 2005 17:25:49 +0000 Subject: fix r3146: innbbsd used FILE_MULTI which has same value with FILE_BOTTOM. It seems like no reason to set MULTI in received remote articles. git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3166 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- include/pttstruct.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include') diff --git a/include/pttstruct.h b/include/pttstruct.h index 6a5a58d7..7a699bc5 100644 --- a/include/pttstruct.h +++ b/include/pttstruct.h @@ -267,9 +267,9 @@ typedef struct fileheader_t { #define FILE_LOCAL 0x1 /* local saved, non-mail */ #define FILE_READ 0x1 /* already read, mail only */ #define FILE_MARKED 0x2 /* opus: 0x8 <- what? */ -#define FILE_DIGEST 0x4 /* digest */ -#define FILE_BOTTOM 0x8 /* push_bottom, non-mail */ -#define FILE_MULTI 0x8 /* multi send, mail only */ +#define FILE_DIGEST 0x4 /* digest, non-mail */ +#define FILE_BOTTOM 0x8 /* push_bottom, non-mail */ +#define FILE_MULTI 0x8 /* multi send, mail only */ #define FILE_SOLVED 0x10 /* problem solved, sysop/BM only */ #define FILE_HIDE 0x20 /* hide, in announce */ #define FILE_BID 0x20 /* bid, in non-announce */ -- cgit v1.2.3