summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2002-06-29 22:39:09 +0800
committerptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2002-06-29 22:39:09 +0800
commitb59ba6485773de249e99d90913c8cc9451607c39 (patch)
treeee3978f3aa88829737ba7ba495e6b024017fa137
parent0fcd4fcb944584b5969670decf6ee35afa39220b (diff)
downloadpttbbs-b59ba6485773de249e99d90913c8cc9451607c39.tar
pttbbs-b59ba6485773de249e99d90913c8cc9451607c39.tar.gz
pttbbs-b59ba6485773de249e99d90913c8cc9451607c39.tar.bz2
pttbbs-b59ba6485773de249e99d90913c8cc9451607c39.tar.lz
pttbbs-b59ba6485773de249e99d90913c8cc9451607c39.tar.xz
pttbbs-b59ba6485773de249e99d90913c8cc9451607c39.tar.zst
pttbbs-b59ba6485773de249e99d90913c8cc9451607c39.zip
again
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk@379 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r--pttbbs/util/toplazyBM.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pttbbs/util/toplazyBM.c b/pttbbs/util/toplazyBM.c
index 25252870..5a23abcb 100644
--- a/pttbbs/util/toplazyBM.c
+++ b/pttbbs/util/toplazyBM.c
@@ -1,4 +1,4 @@
-/* $Id: toplazyBM.c,v 1.7 2002/06/29 14:36:24 ptt Exp $ */
+/* $Id: toplazyBM.c,v 1.8 2002/06/29 14:39:09 ptt Exp $ */
#include "bbs.h"
@@ -135,7 +135,7 @@ int main(int argc, char *argv[])
if( substitute_record(FN_BOARD, &allbrd[i], sizeof(boardheader_t), i+1) == -1){
printf("Update Board Faile : %s\n", allbrd[i].brdname);
}
- reset_board(i);
+ reset_board(i+1);
}
}