summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mbbsd/announce.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/announce.c b/mbbsd/announce.c
index 6b076b93..8663d392 100644
--- a/mbbsd/announce.c
+++ b/mbbsd/announce.c
@@ -1825,7 +1825,7 @@ void BlogMain(int num)
fileheader_t item;
char fpath[PATHLEN], adir[PATHLEN], buf[PATHLEN];
setapath(fpath, currboard);
- if (stampadir2(buf, &item, 0) != 0)
+ if (stampadir(buf, &item, 0) != 0)
{
vmsg("抱歉,目錄建立失敗。請減少單層目錄數量或通知站務人員協助。");
break;