summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/cvs/diff/util.c
diff options
context:
space:
mode:
authortholo <tholo@openbsd.org>2001-02-10 18:57:18 +0000
committertholo <tholo@openbsd.org>2001-02-10 18:57:18 +0000
commite77048c1007676349fedef3cd7d0b6b93f74c675 (patch)
tree58c9fb5b629efa79fcb3f91e38071f89cbb04e1f /gnu/usr.bin/cvs/diff/util.c
parentinstall wscons.conf and rc.wscons on alpha/hppa/i386/powerpc and call it from rc (diff)
downloadwireguard-openbsd-e77048c1007676349fedef3cd7d0b6b93f74c675.tar.xz
wireguard-openbsd-e77048c1007676349fedef3cd7d0b6b93f74c675.zip
Latest from Cyclic Software
Diffstat (limited to 'gnu/usr.bin/cvs/diff/util.c')
-rw-r--r--gnu/usr.bin/cvs/diff/util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/cvs/diff/util.c b/gnu/usr.bin/cvs/diff/util.c
index c4d2d7169a1..ff9cceb8990 100644
--- a/gnu/usr.bin/cvs/diff/util.c
+++ b/gnu/usr.bin/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)
{