From b8993a1ee98880dce130d2c47da4f5591b986e38 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Mon, 14 Jul 2008 07:40:10 -0700 Subject: [PATCH] Made the info_verbosity array 1 element larger. --- options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/options.c b/options.c index 1bdea189..d7618b18 100644 --- a/options.c +++ b/options.c @@ -207,7 +207,7 @@ static char *debug_verbosity[] = { #define MAX_VERBOSITY ((int)(sizeof debug_verbosity / sizeof debug_verbosity[0]) - 1) -static char *info_verbosity[MAX_VERBOSITY] = { +static char *info_verbosity[1+MAX_VERBOSITY] = { /*0*/ NULL, /*1*/ "copy,del,flist,misc,name,stats,symsafe", /*2*/ "backup,misc2,mount,name2,remove,skip", -- 2.34.1