diff options
author | ptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2003-10-28 22:13:40 +0800 |
---|---|---|
committer | ptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2003-10-28 22:13:40 +0800 |
commit | 8ace171c5c279b69e105a76a27f33d144a6e6db0 (patch) | |
tree | 00e06ecb1debecd55e4e1e62344bbba2bbec094c /mbbsd/user.c | |
parent | fddb283f9bd5979afeec32d8f18e791e7c924695 (diff) | |
download | pttbbs-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.c | 2 |
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; |