Improved var-checker and tweaked all the issues it found.
[rsync.git] / t_unsafe.c
index 943185a6b9b00f22d1ba11d5d31910965f2536b7..7574653e27e5d461312efb02b92287b1cc9b9a03 100644 (file)
@@ -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)