summaryrefslogtreecommitdiffstats
path: root/mbbsd/pmore.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/pmore.c')
-rw-r--r--mbbsd/pmore.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/pmore.c b/mbbsd/pmore.c
index 33364e28..26f73a38 100644
--- a/mbbsd/pmore.c
+++ b/mbbsd/pmore.c
@@ -1248,7 +1248,7 @@ mf_display()
override_msg = " 注意: 此頁有控制碼,"
"原內容並不一定有您真實個人資訊";
}
- Ptt_prints(buf, NO_RELOAD); // result in buf
+ Ptt_prints(buf, sizeof(buf), NO_RELOAD); // result in buf
}
i = strlen(buf);