From: Wayne Davison Date: Mon, 14 Jul 2008 14:40:10 +0000 (-0700) Subject: Made the info_verbosity array 1 element larger. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/b8993a1ee98880dce130d2c47da4f5591b986e38 Made the info_verbosity array 1 element larger. --- 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",