diff options
Diffstat (limited to 'mbbsd/bbs.c')
-rw-r--r-- | mbbsd/bbs.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mbbsd/bbs.c b/mbbsd/bbs.c index 5166d83d..7b725b81 100644 --- a/mbbsd/bbs.c +++ b/mbbsd/bbs.c @@ -435,6 +435,8 @@ do_crosspost(char *brd, fileheader_t *postfile, const char *fpath) char genbuf[200]; int len = 42-strlen(currboard); fileheader_t fh; + if(!strncasecmp(postfile->title, str_reply, 3)) + len=len+4; setbpath(genbuf, brd); stampfile(genbuf, &fh); strcpy(fh.owner, postfile->owner); |