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
commitdc38591c9da451488d205541b5a000da125eaec5 (patch)
treef7f956682b11983cd4b9650cad3c6c63b0b5f900
parentacb9ba8d05bdc3aed21e16545e607da2ee167973 (diff)
downloadpttbbs-dc38591c9da451488d205541b5a000da125eaec5.tar
pttbbs-dc38591c9da451488d205541b5a000da125eaec5.tar.gz
pttbbs-dc38591c9da451488d205541b5a000da125eaec5.tar.bz2
pttbbs-dc38591c9da451488d205541b5a000da125eaec5.tar.lz
pttbbs-dc38591c9da451488d205541b5a000da125eaec5.tar.xz
pttbbs-dc38591c9da451488d205541b5a000da125eaec5.tar.zst
pttbbs-dc38591c9da451488d205541b5a000da125eaec5.zip
revert to revision 1212
revision 1223 will crash userec_t git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1229 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r--include/pttstruct.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/pttstruct.h b/include/pttstruct.h
index 7a955ac7..5ec26a57 100644
--- a/include/pttstruct.h
+++ b/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 */