summaryrefslogtreecommitdiffstats
path: root/mbbsd/cache.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/cache.c')
-rw-r--r--mbbsd/cache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/cache.c b/mbbsd/cache.c
index f38263e8..881748cd 100644
--- a/mbbsd/cache.c
+++ b/mbbsd/cache.c
@@ -855,7 +855,7 @@ reload_pttcache(void)
SHM->Pbusystate = 1;
SHM->last_film = 0;
bzero(SHM->notes, sizeof(SHM->notes));
- setapath(pbuf, "Note");
+ setapath(pbuf, GLOBAL_NOTE);
setadir(buf, pbuf);
id = 0;
if ((fp = fopen(buf, "r"))) {