summaryrefslogtreecommitdiffstats
path: root/mbbsd/admin.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/admin.c')
-rw-r--r--mbbsd/admin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/admin.c b/mbbsd/admin.c
index 161dd851..67ae9d4b 100644
--- a/mbbsd/admin.c
+++ b/mbbsd/admin.c
@@ -792,7 +792,7 @@ x_file(void)
num = atoi(ans);
if (num <= 0 || num > 12)
return FULLUPDATE;
- snprintf(buf, sizeof(buf), "etc/Welcome_birth.%d\n", num);
+ snprintf(buf, sizeof(buf), "etc/Welcome_birth.%d", num);
fpath = buf;
break;
case 'l':