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 9b4f9d2a..76915401 100644
--- a/mbbsd/edit.c
+++ b/mbbsd/edit.c
@@ -1820,7 +1820,7 @@ write_file(char *fpath, int saveheader, int *islocal, char *mytitle, int upload,
{
#ifndef ALL_REEDIT_LOG
// why force signature in SYSOP board?
- if(strcmp(currboard, GLOBAL_SYSOP) == 0)
+ if(strcmp(currboard, BN_SYSOP) == 0)
#endif
{
ptime = localtime4(&now);