diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/pttstruct.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/pttstruct.h b/include/pttstruct.h index f20294f9..92889865 100644 --- a/include/pttstruct.h +++ b/include/pttstruct.h @@ -269,7 +269,7 @@ typedef struct userinfo_t { int lock; int friendtotal; /* 好友比較的cache 大小 */ - unsigned char msgcount; + char msgcount; msgque_t msgs[MAX_MSGS]; // uptime 好像沒用到 time_t uptime; |