summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
Diffstat (limited to 'util')
-rw-r--r--util/toplazyBM.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/util/toplazyBM.c b/util/toplazyBM.c
index d0157117..d2f1a031 100644
--- a/util/toplazyBM.c
+++ b/util/toplazyBM.c
@@ -1,4 +1,4 @@
-/* $Id: toplazyBM.c,v 1.11 2002/06/30 02:11:48 ptt Exp $ */
+/* $Id: toplazyBM.c,v 1.12 2002/06/30 02:33:19 ptt Exp $ */
#include "bbs.h"
#define OUTFILE BBSHOME "/etc/toplazyBM"
#define FIREFILE BBSHOME "/etc/firelazyBM"
@@ -127,7 +127,6 @@ int main(int argc, char *argv[])
strcat(bmbuf, bms[k].bmname);
}
}
- printf("%d) %s:%s ",i,allbrd[i].brdname,bmbuf);
strcpy(allbrd[i].BM, bmbuf);
if( substitute_record(FN_BOARD, &allbrd[i],
sizeof(boardheader_t), i+1) == -1){