From a24c58be9c4705770515982f662b3b7136aa220c Mon Sep 17 00:00:00 2001 From: ptt Date: Wed, 12 May 2004 17:11:35 +0000 Subject: 1 char offset for recommend git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1965 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/bbs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mbbsd/bbs.c') 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); -- cgit v1.2.3