From 3b1f58d5876687f03c093686185af9da5c99aeca Mon Sep 17 00:00:00 2001 From: jack Date: Mon, 26 Apr 2004 03:15:38 +0000 Subject: fixed bugs and modified userec structure git-svn-id: http://opensvn.csie.org/pttbbs/branches/Jaky.i18n@1857 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 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 */ -- cgit v1.2.3