summaryrefslogtreecommitdiffstats
path: root/include/pttstruct.h
diff options
context:
space:
mode:
authorin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2002-07-05 04:08:11 +0800
committerin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2002-07-05 04:08:11 +0800
commit34acfcb0f815e17b323dea2ceb255372928778f8 (patch)
tree210e28cffe66cbf187f79a21a8c1a2357cdcc967 /include/pttstruct.h
parent849e8bdccab33fa65d599b8f0bddf8819f499553 (diff)
downloadpttbbs-34acfcb0f815e17b323dea2ceb255372928778f8.tar
pttbbs-34acfcb0f815e17b323dea2ceb255372928778f8.tar.gz
pttbbs-34acfcb0f815e17b323dea2ceb255372928778f8.tar.bz2
pttbbs-34acfcb0f815e17b323dea2ceb255372928778f8.tar.lz
pttbbs-34acfcb0f815e17b323dea2ceb255372928778f8.tar.xz
pttbbs-34acfcb0f815e17b323dea2ceb255372928778f8.tar.zst
pttbbs-34acfcb0f815e17b323dea2ceb255372928778f8.zip
mind
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@412 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include/pttstruct.h')
-rw-r--r--include/pttstruct.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/pttstruct.h b/include/pttstruct.h
index 8570aa22..f7690f43 100644
--- a/include/pttstruct.h
+++ b/include/pttstruct.h
@@ -1,4 +1,4 @@
-/* $Id: pttstruct.h,v 1.22 2002/06/29 13:52:31 ptt Exp $ */
+/* $Id: pttstruct.h,v 1.23 2002/07/04 20:08:09 in2 Exp $ */
#ifndef INCLUDE_STRUCT_H
#define INCLUDE_STRUCT_H
@@ -72,7 +72,7 @@ typedef struct userec_t {
unsigned short chc_lose;
unsigned short chc_tie;
int mobile;
- int mind;
+ char mind[4];
char ident[11];
unsigned int uflag2;
time_t recommend;
@@ -245,7 +245,7 @@ typedef struct userinfo_t {
int mailalert;
int sex;
char color;
- int mind;
+ char mind[4];
#ifdef MULTI_SERVER
char hostid;
#endif