summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorjack <jack@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-04-26 11:15:38 +0800
committerjack <jack@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-04-26 11:15:38 +0800
commit3b1f58d5876687f03c093686185af9da5c99aeca (patch)
treee3bfe053eed944867ef9a711e1152431d61fe46d /include
parentd5b5d39d9d9e657c11cf937db215aad22c998255 (diff)
downloadpttbbs-3b1f58d5876687f03c093686185af9da5c99aeca.tar
pttbbs-3b1f58d5876687f03c093686185af9da5c99aeca.tar.gz
pttbbs-3b1f58d5876687f03c093686185af9da5c99aeca.tar.bz2
pttbbs-3b1f58d5876687f03c093686185af9da5c99aeca.tar.lz
pttbbs-3b1f58d5876687f03c093686185af9da5c99aeca.tar.xz
pttbbs-3b1f58d5876687f03c093686185af9da5c99aeca.tar.zst
pttbbs-3b1f58d5876687f03c093686185af9da5c99aeca.zip
fixed bugs and modified userec structure
git-svn-id: http://opensvn.csie.org/pttbbs/branches/Jaky.i18n@1857 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include')
-rw-r--r--include/pttstruct.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/pttstruct.h b/include/pttstruct.h
index 58c45588..e436defd 100644
--- a/include/pttstruct.h
+++ b/include/pttstruct.h
@@ -99,7 +99,8 @@ typedef struct userec_t {
unsigned char goodsale; /* 競標 好的評價 */
unsigned char badsale; /* 競標 壞的評價 */
char myangel[IDLEN+1]; /* 我的小天使 */
- char pad[54];
+ unsigned char language; /* 使用語言 */
+ char pad[53];
} userec_t;
/* these are flags in userec_t.uflag */
#define PAGER_FLAG 0x4 /* true if pager was OFF last session */