summaryrefslogtreecommitdiffstats
path: root/mbbsd/edit.c
diff options
context:
space:
mode:
authorkcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-03-19 21:00:13 +0800
committerkcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-03-19 21:00:13 +0800
commiteadc8ca4ec8a2211cdb07386bfb133ab972ed874 (patch)
tree5e4bce7a7c97d9ddfa60a2e04d991965dfe391d1 /mbbsd/edit.c
parentbac35869a07ddf3307643c0a60399e2bdb5b98ea (diff)
downloadpttbbs-eadc8ca4ec8a2211cdb07386bfb133ab972ed874.tar
pttbbs-eadc8ca4ec8a2211cdb07386bfb133ab972ed874.tar.gz
pttbbs-eadc8ca4ec8a2211cdb07386bfb133ab972ed874.tar.bz2
pttbbs-eadc8ca4ec8a2211cdb07386bfb133ab972ed874.tar.lz
pttbbs-eadc8ca4ec8a2211cdb07386bfb133ab972ed874.tar.xz
pttbbs-eadc8ca4ec8a2211cdb07386bfb133ab972ed874.tar.zst
pttbbs-eadc8ca4ec8a2211cdb07386bfb133ab972ed874.zip
less hard coded path/string.
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2634 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/edit.c')
-rw-r--r--mbbsd/edit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/edit.c b/mbbsd/edit.c
index 33bec6aa..6ce46305 100644
--- a/mbbsd/edit.c
+++ b/mbbsd/edit.c
@@ -1514,7 +1514,7 @@ write_file(char *fpath, int saveheader, int *islocal)
addsignature(fp, curr_buf->ifuseanony);
else if (currstat == REEDIT
#ifndef ALL_REEDIT_LOG
- && strcmp(currboard, "SYSOP") == 0
+ && strcmp(currboard, str_sysop) == 0
#endif
) {
ptime = localtime4(&now);