diff options
author | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2005-07-28 15:02:57 +0800 |
---|---|---|
committer | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2005-07-28 15:02:57 +0800 |
commit | 151dbb8fb5790586ea32cd45a1cbc268a4516b16 (patch) | |
tree | 92810690742c432d7b60349141fd44f291f2d52d /include | |
parent | a5255bc794fbf9a6539f2d64bee220c7eae0b540 (diff) | |
download | pttbbs-151dbb8fb5790586ea32cd45a1cbc268a4516b16.tar pttbbs-151dbb8fb5790586ea32cd45a1cbc268a4516b16.tar.gz pttbbs-151dbb8fb5790586ea32cd45a1cbc268a4516b16.tar.bz2 pttbbs-151dbb8fb5790586ea32cd45a1cbc268a4516b16.tar.lz pttbbs-151dbb8fb5790586ea32cd45a1cbc268a4516b16.tar.xz pttbbs-151dbb8fb5790586ea32cd45a1cbc268a4516b16.tar.zst pttbbs-151dbb8fb5790586ea32cd45a1cbc268a4516b16.zip |
fix previous patch, field declaration
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2971 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include')
-rw-r--r-- | include/pttstruct.h | 3 |
1 files changed, 2 insertions, 1 deletions
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 */ |