From f29b86c314e6e2b44a1eb83f1b44a3849d82655e Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Tue, 24 Feb 2004 13:50:19 +0000 Subject: Many compiler warning cleanups. Small fixes for W32 (from Jonathan Grant ) Maintainer enhancements to clean up the tree. --- commands.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands.c') diff --git a/commands.c b/commands.c index a6964d5..a1766b4 100644 --- a/commands.c +++ b/commands.c @@ -127,7 +127,7 @@ set_file_variables (struct file *file) { static char *plus_value=0, *bar_value=0, *qmark_value=0; - static int qmark_max=0, plus_max=0, bar_max=0; + static unsigned int qmark_max=0, plus_max=0, bar_max=0; unsigned int qmark_len, plus_len, bar_len; char *cp; -- cgit v1.2.3