summaryrefslogtreecommitdiffstats
path: root/mbbsd/syspost.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/syspost.c')
-rw-r--r--mbbsd/syspost.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/syspost.c b/mbbsd/syspost.c
index 92aec28a..da62db13 100644
--- a/mbbsd/syspost.c
+++ b/mbbsd/syspost.c
@@ -93,7 +93,7 @@ post_change_perm(int oldperm, int newperm, const char *sysopid, const char *user
"[公安報告] 站長%s修改%s權限報告",
cuser.userid, userid);
strlcpy(fhdr.owner, "[系統安全局]", sizeof(fhdr.owner));
- append_record("boards/S/Security/.DIR", &fhdr, sizeof(fhdr));
+ append_record("boards/S/Security/" FN_DIR, &fhdr, sizeof(fhdr));
} else
fclose(fp);
}