summaryrefslogtreecommitdiffstats
path: root/include/pttstruct.h
diff options
context:
space:
mode:
authorwens <wens@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2007-01-20 17:41:26 +0800
committerwens <wens@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2007-01-20 17:41:26 +0800
commit75ffc62f4daae62c83ecf214e1809851fa8d81ae (patch)
treed0568cbd21113ae9d0b7e78b4f198321f4a3c07b /include/pttstruct.h
parent5a0e612ca4825c5b35acf82d142fd7d7e745e1d0 (diff)
downloadpttbbs-75ffc62f4daae62c83ecf214e1809851fa8d81ae.tar
pttbbs-75ffc62f4daae62c83ecf214e1809851fa8d81ae.tar.gz
pttbbs-75ffc62f4daae62c83ecf214e1809851fa8d81ae.tar.bz2
pttbbs-75ffc62f4daae62c83ecf214e1809851fa8d81ae.tar.lz
pttbbs-75ffc62f4daae62c83ecf214e1809851fa8d81ae.tar.xz
pttbbs-75ffc62f4daae62c83ecf214e1809851fa8d81ae.tar.zst
pttbbs-75ffc62f4daae62c83ecf214e1809851fa8d81ae.zip
incorrect padding
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3476 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include/pttstruct.h')
-rw-r--r--include/pttstruct.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/pttstruct.h b/include/pttstruct.h
index fe040911..d60b7f8e 100644
--- a/include/pttstruct.h
+++ b/include/pttstruct.h
@@ -113,7 +113,7 @@ typedef struct userec_t {
unsigned int withme; /* 我想找人下棋,聊天.... */
time4_t timeremovebadpost; /* 上次刪除劣文時間 */
time4_t timeviolatelaw; /* 被開罰單時間 */
- char pad[26];
+ char pad[28];
} userec_t;
/* these are flags in userec_t.uflag */
#define PAGER_FLAG 0x4 /* true if pager was OFF last session */