summaryrefslogtreecommitdiffstats
path: root/include/pttstruct.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/pttstruct.h')
-rw-r--r--include/pttstruct.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/pttstruct.h b/include/pttstruct.h
index d8774f8b..d3d8083f 100644
--- a/include/pttstruct.h
+++ b/include/pttstruct.h
@@ -98,8 +98,8 @@ typedef struct userec_t {
unsigned char badpost; /* 評價為壞文章數 */
unsigned char goodsale; /* 競標 好的評價 */
unsigned char badsale; /* 競標 壞的評價 */
-
- char pad[67];
+ char myangel[IDLEN+1]; /* 我的小天使 */
+ char pad[54];
} userec_t;
/* these are flags in userec_t.uflag */
#define PAGER_FLAG 0x4 /* true if pager was OFF last session */