summaryrefslogtreecommitdiffstats
path: root/mbbsd/user.c
diff options
context:
space:
mode:
authorptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-10-28 22:13:40 +0800
committerptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-10-28 22:13:40 +0800
commit8ace171c5c279b69e105a76a27f33d144a6e6db0 (patch)
tree00e06ecb1debecd55e4e1e62344bbba2bbec094c /mbbsd/user.c
parentfddb283f9bd5979afeec32d8f18e791e7c924695 (diff)
downloadpttbbs-8ace171c5c279b69e105a76a27f33d144a6e6db0.tar
pttbbs-8ace171c5c279b69e105a76a27f33d144a6e6db0.tar.gz
pttbbs-8ace171c5c279b69e105a76a27f33d144a6e6db0.tar.bz2
pttbbs-8ace171c5c279b69e105a76a27f33d144a6e6db0.tar.lz
pttbbs-8ace171c5c279b69e105a76a27f33d144a6e6db0.tar.xz
pttbbs-8ace171c5c279b69e105a76a27f33d144a6e6db0.tar.zst
pttbbs-8ace171c5c279b69e105a76a27f33d144a6e6db0.zip
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1270 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/user.c')
-rw-r--r--mbbsd/user.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/user.c b/mbbsd/user.c
index c3e63595..16303938 100644
--- a/mbbsd/user.c
+++ b/mbbsd/user.c
@@ -386,7 +386,7 @@ uinfo_query(userec_t * u, int real, int unum)
}
}
snprintf(genbuf, sizeof(genbuf), "%d", x.exmailbox);
- if (getdata_str(i++, 0, "購買信箱數:", buf, sizeof(buf),
+ if (getdata_str(i++, 0, "購買信箱數:", buf, 6,
DOECHO, genbuf))
if ((l = atol(buf)) != 0)
x.exmailbox = (int)l;