summaryrefslogtreecommitdiffstats
path: root/util
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
commit175ba7e7cf70d131d34fd8c09a3138e7f9dfeea0 (patch)
tree7e143813d91aae3324486fa10b738eb3772e3c66 /util
parente125307a579e6bedbf2e184ce970820aeff3c93f (diff)
downloadpttbbs-175ba7e7cf70d131d34fd8c09a3138e7f9dfeea0.tar
pttbbs-175ba7e7cf70d131d34fd8c09a3138e7f9dfeea0.tar.gz
pttbbs-175ba7e7cf70d131d34fd8c09a3138e7f9dfeea0.tar.bz2
pttbbs-175ba7e7cf70d131d34fd8c09a3138e7f9dfeea0.tar.lz
pttbbs-175ba7e7cf70d131d34fd8c09a3138e7f9dfeea0.tar.xz
pttbbs-175ba7e7cf70d131d34fd8c09a3138e7f9dfeea0.tar.zst
pttbbs-175ba7e7cf70d131d34fd8c09a3138e7f9dfeea0.zip
fix bug
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@557 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'util')
-rw-r--r--util/expire.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/expire.c b/util/expire.c
index dc75a03a..50c568da 100644
--- a/util/expire.c
+++ b/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;