From b1289615e1737536769ca7e1a83434b140102c7b Mon Sep 17 00:00:00 2001 From: Alf Wachsmann Date: Thu, 29 Jul 2004 04:53:27 +0000 Subject: [PATCH] afsmonitor-categories-correction-20040728 FIXES 5951 wrong number of categeories defined. oops. --- src/afsmonitor/afsmonitor.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/afsmonitor/afsmonitor.h b/src/afsmonitor/afsmonitor.h index 3561432d8..00d544d53 100644 --- a/src/afsmonitor/afsmonitor.h +++ b/src/afsmonitor/afsmonitor.h @@ -78,8 +78,8 @@ other. Hence we should update only the one that completed. */ /* Data is categorized into sections and groups to enable to user to choose what he wants displayed. */ -#define FS_NUM_DATA_CATEGORIES 8 /* # of fs categories */ -#define CM_NUM_DATA_CATEGORIES 14 /* # of cm categories */ +#define FS_NUM_DATA_CATEGORIES 9 /* # of fs categories */ +#define CM_NUM_DATA_CATEGORIES 16 /* # of cm categories */ /* Set this enable detailed debugging with the -debug switch */ #define DETAILED_DEBUG 0 -- 2.39.5