summaryrefslogtreecommitdiffstats
path: root/mbbsd/edit.c
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-09-15 17:00:55 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-09-15 17:00:55 +0800
commit53923bff58000761fcfa19c346727fb9eb877047 (patch)
treebbf758258d48059688b74719ab7569bba6519816 /mbbsd/edit.c
parent74f24ed0c4f5309d4ff0fb896a168a11c3a6094e (diff)
downloadpttbbs-53923bff58000761fcfa19c346727fb9eb877047.tar
pttbbs-53923bff58000761fcfa19c346727fb9eb877047.tar.gz
pttbbs-53923bff58000761fcfa19c346727fb9eb877047.tar.bz2
pttbbs-53923bff58000761fcfa19c346727fb9eb877047.tar.lz
pttbbs-53923bff58000761fcfa19c346727fb9eb877047.tar.xz
pttbbs-53923bff58000761fcfa19c346727fb9eb877047.tar.zst
pttbbs-53923bff58000761fcfa19c346727fb9eb877047.zip
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
Diffstat (limited to 'mbbsd/edit.c')
-rw-r--r--mbbsd/edit.c2
1 files changed, 2 insertions, 0 deletions
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