summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-10-09 09:24:48 +0800
committerin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-10-09 09:24:48 +0800
commitb31caea7299d691b1e5815a554225514279985dd (patch)
tree5bc4b8959e47e38c181ec5d9b81b9e268c31b475
parentb1ffed93c77f50ca6000e5df7cb7d040dd83bf5e (diff)
downloadpttbbs-b31caea7299d691b1e5815a554225514279985dd.tar
pttbbs-b31caea7299d691b1e5815a554225514279985dd.tar.gz
pttbbs-b31caea7299d691b1e5815a554225514279985dd.tar.bz2
pttbbs-b31caea7299d691b1e5815a554225514279985dd.tar.lz
pttbbs-b31caea7299d691b1e5815a554225514279985dd.tar.xz
pttbbs-b31caea7299d691b1e5815a554225514279985dd.tar.zst
pttbbs-b31caea7299d691b1e5815a554225514279985dd.zip
revert to revision 1212
revision 1223 will crash userec_t git-svn-id: http://opensvn.csie.org/pttbbs/trunk@1229 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r--pttbbs/include/pttstruct.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/pttbbs/include/pttstruct.h b/pttbbs/include/pttstruct.h
index 7a955ac7..5ec26a57 100644
--- a/pttbbs/include/pttstruct.h
+++ b/pttbbs/include/pttstruct.h
@@ -87,10 +87,7 @@ typedef struct userec_t {
char ident[11];
unsigned int uflag2;
unsigned char signature;
- int goodcredit; /* one's credit */
- int badcredit;
- int badpost;
- char pad[59];
+ char pad[71];
} userec_t;
/* these are flags in userec_t.uflag */
#define PAGER_FLAG 0x4 /* true if pager was OFF last session */