diff options
Diffstat (limited to 'mbbsd/bbs.c')
-rw-r--r-- | mbbsd/bbs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/bbs.c b/mbbsd/bbs.c index 06b925f1..01880ab8 100644 --- a/mbbsd/bbs.c +++ b/mbbsd/bbs.c @@ -1552,7 +1552,7 @@ recommend(int ent, fileheader_t * fhdr, char *direct) cuser.userid, ctype[type], path, - 50 - strlen(cuser.userid) - strlen(path), " ", + 51 - strlen(cuser.userid) - strlen(path), " ", fromhost, ptime->tm_mon + 1, ptime->tm_mday); do_add_recommend(direct, fhdr, ent, buf, type); |