diff options
author | ptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2006-09-24 17:15:01 +0800 |
---|---|---|
committer | ptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2006-09-24 17:15:01 +0800 |
commit | 47de7f67da02e5f78dff031762272fc8b36dedf3 (patch) | |
tree | 3be200df27b30758ae9c67332009bcb205390e54 | |
parent | 469c7bfd4e5f31b35ef154f831cb3a4246c81530 (diff) | |
download | pttbbs-47de7f67da02e5f78dff031762272fc8b36dedf3.tar pttbbs-47de7f67da02e5f78dff031762272fc8b36dedf3.tar.gz pttbbs-47de7f67da02e5f78dff031762272fc8b36dedf3.tar.bz2 pttbbs-47de7f67da02e5f78dff031762272fc8b36dedf3.tar.lz pttbbs-47de7f67da02e5f78dff031762272fc8b36dedf3.tar.xz pttbbs-47de7f67da02e5f78dff031762272fc8b36dedf3.tar.zst pttbbs-47de7f67da02e5f78dff031762272fc8b36dedf3.zip |
commit the struct change for last modification.
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3428 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r-- | include/pttstruct.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/pttstruct.h b/include/pttstruct.h index c2eb86b5..3cc1595d 100644 --- a/include/pttstruct.h +++ b/include/pttstruct.h @@ -112,7 +112,8 @@ typedef struct userec_t { unsigned short chess_elo_rating; /* 象棋等級分 */ unsigned int withme; /* 我想找人下棋,聊天.... */ time4_t timeremovebadpost; /* 上次刪除劣文時間 */ - char pad[30]; + time4_t timeviolatelaw; /* 被開罰單時間 */ + char pad[26]; } userec_t; /* these are flags in userec_t.uflag */ #define PAGER_FLAG 0x4 /* true if pager was OFF last session */ |