From 822443e8b01081cbed33989450e86f38411f62a7 Mon Sep 17 00:00:00 2001 From: ptt Date: Fri, 30 Jan 2004 19:01:52 +0000 Subject: git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1499 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/bbs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mbbsd/bbs.c b/mbbsd/bbs.c index 37138433..df2d1161 100644 --- a/mbbsd/bbs.c +++ b/mbbsd/bbs.c @@ -438,7 +438,7 @@ do_crosspost(char *brd, fileheader_t *postfile, const char *fpath) stampfile(genbuf, &fh); strcpy(fh.owner, postfile->owner); strcpy(fh.date, postfile->date); - strcpy(fh.title, postfile->title); + sprintf(fh.title,"%-30.30s[%s]", postfile->title, currboard); unlink(genbuf); Link(fpath, genbuf); postfile->filemode = FILE_LOCAL; -- cgit v1.2.3