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 fc31619f..dded10a9 100644
--- a/mbbsd/edit.c
+++ b/mbbsd/edit.c
@@ -1766,7 +1766,7 @@ write_file(char *fpath, int saveheader, int *islocal, char *mytitle, int upload)
}
else if (currstat == REEDIT
#ifndef ALL_REEDIT_LOG
- && strcmp(currboard, str_sysop) == 0
+ && strcmp(currboard, GLOBAL_SYSOP) == 0
#endif
) {
ptime = localtime4(&now);