summaryrefslogtreecommitdiffstats
path: root/util/inndBM.c
diff options
context:
space:
mode:
Diffstat (limited to 'util/inndBM.c')
-rw-r--r--util/inndBM.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/inndBM.c b/util/inndBM.c
index 73f66c5e..8f1a69a0 100644
--- a/util/inndBM.c
+++ b/util/inndBM.c
@@ -92,7 +92,7 @@ int load_newsfeeds()
feedline[feedcount].server);
bid=getbnum(feedline[feedcount].board);
if(!bid) {
- fprintf(fo,"%s\n", feedline[feedcount].group );
+ fprintf(fo,"%s %s\n", feedline[feedcount].board, feedline[feedcount].group );
feedcount--;
continue; /*移除沒有的看板i*/}