summaryrefslogtreecommitdiffstats
path: root/maple/acct.c
diff options
context:
space:
mode:
Diffstat (limited to 'maple/acct.c')
-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 �~�G", u->year);
+ sprintf(buf, "�ͤ�Х��� %03d �~�G", u->year);
if (!vget(i, 0, buf, buf, 4, DOECHO))
break;
year = atoi(buf);