From 151dbb8fb5790586ea32cd45a1cbc268a4516b16 Mon Sep 17 00:00:00 2001 From: piaip Date: Thu, 28 Jul 2005 07:02:57 +0000 Subject: fix previous patch, field declaration git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2971 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- include/pttstruct.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/pttstruct.h b/include/pttstruct.h index 43d66582..7a64de40 100644 --- a/include/pttstruct.h +++ b/include/pttstruct.h @@ -193,7 +193,8 @@ typedef struct boardheader_t { time4_t endgamble; char posttype[33]; char posttype_f; - char pad3[50]; + unsigned char fastrecommend_pause; /* 快速連推間隔 */ + char pad3[49]; } boardheader_t; #define BRD_NOZAP 000000001 /* 不可zap */ -- cgit v1.2.3