summaryrefslogtreecommitdiffstats
path: root/mbbsd/edit.c
diff options
context:
space:
mode:
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);