From a47a97e29deafd7511b36149a030a60a810d3fe5 Mon Sep 17 00:00:00 2001 From: Michiel Broek Date: Tue, 25 Dec 2001 21:38:26 +0000 Subject: [PATCH] Fixed missing area number in html pages --- mbfido/mbfindex.c | 1 + 1 file changed, 1 insertion(+) diff --git a/mbfido/mbfindex.c b/mbfido/mbfindex.c index e89a6ac5..747f064d 100644 --- a/mbfido/mbfindex.c +++ b/mbfido/mbfindex.c @@ -462,6 +462,7 @@ void Index(void) fseek(pAreas, ((i-1) * areahdr.recsize) + areahdr.hdrsize, SEEK_SET); fread(&area, areahdr.recsize, 1, pAreas); + AreaNr++; if (area.Available) {