From a583b1ba63d82a5602af1804b4a405cc10327cbd Mon Sep 17 00:00:00 2001 From: ptt Date: Tue, 29 Jun 2004 18:28:13 +0000 Subject: type dashd->dashf git-svn-id: http://opensvn.csie.org/pttbbs/branches/ptt.fpg@2106 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/admin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mbbsd') 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); -- cgit v1.2.3