diff options
author | ptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2002-06-29 22:39:09 +0800 |
---|---|---|
committer | ptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2002-06-29 22:39:09 +0800 |
commit | 85e01e834a4ece2064829e4c7ce27c9346cfbb5a (patch) | |
tree | ce09d4fa3f20fe850492abd36c022fb5a5a4fbf6 /util/toplazyBM.c | |
parent | b2923aa97b77cc0cd558a2502e0fed9aa93d6a46 (diff) | |
download | pttbbs-85e01e834a4ece2064829e4c7ce27c9346cfbb5a.tar pttbbs-85e01e834a4ece2064829e4c7ce27c9346cfbb5a.tar.gz pttbbs-85e01e834a4ece2064829e4c7ce27c9346cfbb5a.tar.bz2 pttbbs-85e01e834a4ece2064829e4c7ce27c9346cfbb5a.tar.lz pttbbs-85e01e834a4ece2064829e4c7ce27c9346cfbb5a.tar.xz pttbbs-85e01e834a4ece2064829e4c7ce27c9346cfbb5a.tar.zst pttbbs-85e01e834a4ece2064829e4c7ce27c9346cfbb5a.zip |
again
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@379 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'util/toplazyBM.c')
-rw-r--r-- | util/toplazyBM.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/toplazyBM.c b/util/toplazyBM.c index 25252870..5a23abcb 100644 --- a/util/toplazyBM.c +++ b/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); } } |