diff options
author | peter <peter@FreeBSD.org> | 2000-10-02 06:33:59 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 2000-10-02 06:33:59 +0000 |
commit | e0aa09eb3434450a9aec24a6f4b2694077991e45 (patch) | |
tree | 1034d2dbfc90e7d206ec12b655f538011f0538e6 /contrib/cvs/diff/util.c | |
parent | 991f1fafc7262d5e8dc1dd47c5863e0e2a351dff (diff) | |
parent | 590c411955d6975551ffeaf41d7faf4b26f836d1 (diff) | |
download | FreeBSD-src-e0aa09eb3434450a9aec24a6f4b2694077991e45.zip FreeBSD-src-e0aa09eb3434450a9aec24a6f4b2694077991e45.tar.gz |
This commit was generated by cvs2svn to compensate for changes in r66525,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'contrib/cvs/diff/util.c')
-rw-r--r-- | contrib/cvs/diff/util.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |