summaryrefslogtreecommitdiff
path: root/usr.bin/cvs/diff.c
diff options
context:
space:
mode:
authorXavier Santolaria <xsa@cvs.openbsd.org>2007-06-28 21:38:10 +0000
committerXavier Santolaria <xsa@cvs.openbsd.org>2007-06-28 21:38:10 +0000
commit407481b866fe55a776965e56142aff89bb3491a9 (patch)
treeb9c46d178fb4b8db7ff03ed4d143f190a533cd3d /usr.bin/cvs/diff.c
parentd9f5a5e9b0a4c8a8195c2bee0e55b5edf05c9f10 (diff)
Sync revisions and time buffers size to be consistent with each others.
Simplifies further size tweaks if needed. OK niallo@ ray@.
Diffstat (limited to 'usr.bin/cvs/diff.c')
-rw-r--r--usr.bin/cvs/diff.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/cvs/diff.c b/usr.bin/cvs/diff.c
index 9e35fd29f69..d3650048297 100644
--- a/usr.bin/cvs/diff.c
+++ b/usr.bin/cvs/diff.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: diff.c,v 1.119 2007/06/27 04:23:54 joris Exp $ */
+/* $OpenBSD: diff.c,v 1.120 2007/06/28 21:38:09 xsa Exp $ */
/*
* Copyright (c) 2006 Joris Vink <joris@openbsd.org>
*
@@ -160,7 +160,7 @@ cvs_diff_local(struct cvs_file *cf)
BUF *b1;
struct stat st;
struct timeval tv[2], tv2[2];
- char rbuf[16], *p1, *p2;
+ char rbuf[CVS_REV_BUFSZ], *p1, *p2;
r1 = NULL;
b1 = NULL;