summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pttbbs/mbbsd/pmore.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pttbbs/mbbsd/pmore.c b/pttbbs/mbbsd/pmore.c
index 0386741a..5c1f3107 100644
--- a/pttbbs/mbbsd/pmore.c
+++ b/pttbbs/mbbsd/pmore.c
@@ -2088,7 +2088,7 @@ mf_display_footer(
);
} else {
snprintf(buf, sizeof(buf),
- " 目前顯示: 第 %02d~%025d 行",
+ " 目前顯示: 第 %02d~%02d 行",
(int)(mf.lineno + 1),
(int)(mf.lineno + mf.dispedlines)
);