From a7fbf0de1e48c83dcaef5051ce1ad7c80e4b5436 Mon Sep 17 00:00:00 2001 From: Michiel Broek Date: Sat, 27 Aug 2005 15:22:38 +0000 Subject: [PATCH] Corrected html update counter --- mbfido/mbfindex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mbfido/mbfindex.c b/mbfido/mbfindex.c index 2eb7168f..9516abb8 100644 --- a/mbfido/mbfindex.c +++ b/mbfido/mbfindex.c @@ -657,6 +657,7 @@ void HtmlIndex(char *Lang) fa = newpage(area.Path, area.Name, later, inArea, aTotal, fb); fileptr1 = gfilepos; } + aUpdate++; while (fread(&fdb, fdbhdr.recsize, 1, fdb_area->fp) == 1) { if (!fdb.Deleted) { @@ -666,7 +667,6 @@ void HtmlIndex(char *Lang) x++; TotalHtml++; aTotal++; - aUpdate++; if (CFG.slow_util && do_quiet && ((x % 3) == 0)) msleep(1);