summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--maple/acct.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/maple/acct.c b/maple/acct.c
index 44b319e..59ed323 100644
--- a/maple/acct.c
+++ b/maple/acct.c
@@ -578,7 +578,7 @@ acct_setup(u, adm)
int year;
do
{
- sprintf(buf, "生日-民國 %02d 年:", u->year);
+ sprintf(buf, "生日-民國 %03d 年:", u->year);
if (!vget(i, 0, buf, buf, 4, DOECHO))
break;
year = atoi(buf);