diff options
Diffstat (limited to 'mbbsd')
-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 e1c274d7..ce0a2d51 100644 --- a/mbbsd/bbs.c +++ b/mbbsd/bbs.c @@ -366,7 +366,7 @@ cancelpost(fileheader_t *fh, int by_BM, char *newpath) break; } } - if(!strncasecmp(postfile->title, str_reply, 3)) + if(!strncasecmp(postfile.title, str_reply, 3)) len=len+4; sprintf(postfile.title,"%-*.*s.%sĒŠ", len, len, fh->title, currboard); |