From 590c411955d6975551ffeaf41d7faf4b26f836d1 Mon Sep 17 00:00:00 2001 From: peter Date: Mon, 2 Oct 2000 06:33:59 +0000 Subject: Import cvs-1.11 onto vendor branch. --- contrib/cvs/diff/util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/cvs/diff/util.c') diff --git a/contrib/cvs/diff/util.c b/contrib/cvs/diff/util.c index c4d2d71..ff9cceb 100644 --- a/contrib/cvs/diff/util.c +++ b/contrib/cvs/diff/util.c @@ -366,7 +366,7 @@ printf_output (format, va_alist) char *str; int num; int ch; - unsigned char buf[100]; + char buf[100]; while ((q = strchr (p, '%')) != NULL) { -- cgit v1.1