summaryrefslogtreecommitdiffstats
path: root/mbbsd
diff options
context:
space:
mode:
authorvictor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2007-04-16 11:05:20 +0800
committervictor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2007-04-16 11:05:20 +0800
commit4ae0244c620fd1b2808eac467dcedf9455e074e1 (patch)
tree193b34c186dfe1c7c36b3be4e9e89288cc983c0e /mbbsd
parent48049f58fca08253facdfa66371b48ea046abcc9 (diff)
downloadpttbbs-4ae0244c620fd1b2808eac467dcedf9455e074e1.tar
pttbbs-4ae0244c620fd1b2808eac467dcedf9455e074e1.tar.gz
pttbbs-4ae0244c620fd1b2808eac467dcedf9455e074e1.tar.bz2
pttbbs-4ae0244c620fd1b2808eac467dcedf9455e074e1.tar.lz
pttbbs-4ae0244c620fd1b2808eac467dcedf9455e074e1.tar.xz
pttbbs-4ae0244c620fd1b2808eac467dcedf9455e074e1.tar.zst
pttbbs-4ae0244c620fd1b2808eac467dcedf9455e074e1.zip
fix stupid bug
give samples for new installation git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3504 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd')
-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':