diff options
| author | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2014-02-18 19:22:41 +0800 |
|---|---|---|
| committer | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2014-02-18 19:22:41 +0800 |
| commit | e4aebf5da763af641998085d15e2aef4ea94b5d1 (patch) | |
| tree | 4ffc26d1381a567b69737da94cebab70d5e23fbf | |
| parent | a87261fa89066c5a9d9693639a83ae4869074ef3 (diff) | |
| download | pttbbs-e4aebf5da763af641998085d15e2aef4ea94b5d1.tar pttbbs-e4aebf5da763af641998085d15e2aef4ea94b5d1.tar.gz pttbbs-e4aebf5da763af641998085d15e2aef4ea94b5d1.tar.bz2 pttbbs-e4aebf5da763af641998085d15e2aef4ea94b5d1.tar.lz pttbbs-e4aebf5da763af641998085d15e2aef4ea94b5d1.tar.xz pttbbs-e4aebf5da763af641998085d15e2aef4ea94b5d1.tar.zst pttbbs-e4aebf5da763af641998085d15e2aef4ea94b5d1.zip | |
Drop deprecated "mobile" var.
git-svn-id: http://opensvn.csie.org/pttbbs/trunk@5934 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
| -rw-r--r-- | pttbbs/include/pttstruct.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pttbbs/include/pttstruct.h b/pttbbs/include/pttstruct.h index cb253237..6ee553fe 100644 --- a/pttbbs/include/pttstruct.h +++ b/pttbbs/include/pttstruct.h @@ -109,7 +109,7 @@ typedef struct userec_t { uint16_t chc_win; /* 象棋戰績 勝 */ uint16_t chc_lose; /* 象棋戰績 敗 */ uint16_t chc_tie; /* 象棋戰績 和 */ - int32_t mobile; /* 手機號碼 */ + uint32_t _unused11; /* 舊手機號碼 */ char mind[4]; /* 心情 XXX not a null-terminate string */ uint16_t go_win; /* 圍棋戰績 勝 */ uint16_t go_lose; /* 圍棋戰績 敗 */ |
