summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2002-11-06 20:07:59 +0800
committerin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2002-11-06 20:07:59 +0800
commita2bbaa58252a69acf4110abd71ec4e30b7a0dfa6 (patch)
tree7c4ae735f43cec5eda009ae148e95e453793dfef
parent47a8604b6e25bdc9d2fb8bfe8c591e22e92033c5 (diff)
downloadpttbbs-a2bbaa58252a69acf4110abd71ec4e30b7a0dfa6.tar
pttbbs-a2bbaa58252a69acf4110abd71ec4e30b7a0dfa6.tar.gz
pttbbs-a2bbaa58252a69acf4110abd71ec4e30b7a0dfa6.tar.bz2
pttbbs-a2bbaa58252a69acf4110abd71ec4e30b7a0dfa6.tar.lz
pttbbs-a2bbaa58252a69acf4110abd71ec4e30b7a0dfa6.tar.xz
pttbbs-a2bbaa58252a69acf4110abd71ec4e30b7a0dfa6.tar.zst
pttbbs-a2bbaa58252a69acf4110abd71ec4e30b7a0dfa6.zip
fix bug
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk@557 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r--pttbbs/util/expire.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pttbbs/util/expire.c b/pttbbs/util/expire.c
index dc75a03a..50c568da 100644
--- a/pttbbs/util/expire.c
+++ b/pttbbs/util/expire.c
@@ -1,4 +1,4 @@
-/* $Id: expire.c,v 1.4 2002/06/06 21:34:14 in2 Exp $ */
+/* $Id: expire.c,v 1.5 2002/11/06 12:07:59 in2 Exp $ */
/* 自動砍信工具程式 */
#include "bbs.h"
@@ -199,7 +199,7 @@ char *argv[];
sprintf(bpath, BBSHOME "/boards/%c", dirs[i]);
if (!(dirp = opendir(bpath))){
printf(":Err: unable to open %s\n", bpath);
- //return -1;
+ continue;
}
while((de = readdir(dirp))){
ptr = de->d_name;