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 882204ad..38f4a0b0 100644
--- a/mbbsd/cache.c
+++ b/mbbsd/cache.c
@@ -727,7 +727,7 @@ postperm_msg(const char *bname)
return NULL;
setbfile(buf, bname, fn_water);
- if (belong(buf, cuser.userid))
+ if (file_exist_record(buf, cuser.userid))
return "使用者水桶中";
if (!strcasecmp(bname, DEFAULT_BOARD))