diff options
Diffstat (limited to 'mbbsd/bbs.c')
-rw-r--r-- | mbbsd/bbs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/bbs.c b/mbbsd/bbs.c index d6a6152f..b0d3b140 100644 --- a/mbbsd/bbs.c +++ b/mbbsd/bbs.c @@ -2328,7 +2328,7 @@ push_bottom(int ent, fileheader_t * fhdr, char *direct) if(strstr(direct, ".bottom")) strcpy(buf, direct); else - sprintf(buf, "%s.%s", direct, ".bottom"); + sprintf(buf, "%s.bottom", direct); num = get_num_records(buf, sizeof(fileheader_t)); if(getans(fhdr->filemode & FILE_BOTTOM ? "¨ú®ø¸m©³¤½½§i?(y/N)": |