summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-06-30 02:28:13 +0800
committerptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-06-30 02:28:13 +0800
commita583b1ba63d82a5602af1804b4a405cc10327cbd (patch)
tree5d99e4744f7006ebdc11496bad2d5c7ee056d46a
parent4ab8e75a6bec8ba4cac7a59c682a7852f4d41b30 (diff)
downloadpttbbs-a583b1ba63d82a5602af1804b4a405cc10327cbd.tar
pttbbs-a583b1ba63d82a5602af1804b4a405cc10327cbd.tar.gz
pttbbs-a583b1ba63d82a5602af1804b4a405cc10327cbd.tar.bz2
pttbbs-a583b1ba63d82a5602af1804b4a405cc10327cbd.tar.lz
pttbbs-a583b1ba63d82a5602af1804b4a405cc10327cbd.tar.xz
pttbbs-a583b1ba63d82a5602af1804b4a405cc10327cbd.tar.zst
pttbbs-a583b1ba63d82a5602af1804b4a405cc10327cbd.zip
type dashd->dashf
git-svn-id: http://opensvn.csie.org/pttbbs/branches/ptt.fpg@2106 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r--mbbsd/admin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/admin.c b/mbbsd/admin.c
index 09c608cd..43c48995 100644
--- a/mbbsd/admin.c
+++ b/mbbsd/admin.c
@@ -311,7 +311,7 @@ void merge_dir(char *dir1, char *dir2, int isoutter)
fh[i-1].filemode |= 1;
append_record(dir1, &fh[i-1], sizeof(fileheader_t));
strcpy(p1, fh[i-1].filename);
- if(!dashd(file1))
+ if(!dashf(file1))
{
strcpy(p2, fh[i-1].filename);
Copy(file2, file1);