From 53923bff58000761fcfa19c346727fb9eb877047 Mon Sep 17 00:00:00 2001 From: piaip Date: Thu, 15 Sep 2005 09:00:55 +0000 Subject: real main text editing. recommendation/comments are not modifiable now. git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3172 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/edit.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mbbsd/edit.c') diff --git a/mbbsd/edit.c b/mbbsd/edit.c index aa4aca83..5a38289b 100644 --- a/mbbsd/edit.c +++ b/mbbsd/edit.c @@ -1679,7 +1679,9 @@ write_file(char *fpath, int saveheader, int *islocal, char *mytitle) if (islocal) *islocal = local_article; if (currstat == POSTING || currstat == SMAIL) + { addsignature(fp, curr_buf->ifuseanony); + } else if (currstat == REEDIT #ifndef ALL_REEDIT_LOG && strcmp(currboard, str_sysop) == 0 -- cgit v1.2.3