From 9b1c3c59308cfa4394628e40d354fefed09f949d Mon Sep 17 00:00:00 2001 From: victor Date: Thu, 9 Dec 2004 03:12:17 +0000 Subject: fucking compile error git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2373 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/bbs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mbbsd') 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); -- cgit v1.2.3