summaryrefslogtreecommitdiffstats
path: root/mbbsd
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd')
-rw-r--r--mbbsd/bbs.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/mbbsd/bbs.c b/mbbsd/bbs.c
index a4223151..0a05f3f9 100644
--- a/mbbsd/bbs.c
+++ b/mbbsd/bbs.c
@@ -366,6 +366,8 @@ cancelpost(fileheader_t *fh, int by_BM, char *newpath)
break;
}
}
+ if(!strncasecmp(postfile->title, str_reply, 3))
+ len=len+4;
sprintf(postfile.title,"%-*.*s.%sĒŠ", len, len, fh->title, currboard);
if ((fout = fopen("innd/cancel.bntp", "a"))) {