From 93465f51bcc2484a1bdf0f94ed3b812fa5c39576 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Mon, 21 Jul 2008 00:10:22 -0700 Subject: Improved var-checker and tweaked all the issues it found. --- t_unsafe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't_unsafe.c') diff --git a/t_unsafe.c b/t_unsafe.c index 943185a6..7574653e 100644 --- a/t_unsafe.c +++ b/t_unsafe.c @@ -29,7 +29,7 @@ int read_only = 0; int list_only = 0; int preserve_perms = 0; int preserve_executability = 0; -short info_levels[10], debug_levels[10]; +short info_levels[COUNT_INFO], debug_levels[COUNT_DEBUG]; int main(int argc, char **argv) -- cgit v1.2.3