From 0a7da307a320cc44e09a0576ba47e9cd8db3c9a4 Mon Sep 17 00:00:00 2001 From: xsa Date: Thu, 28 Jun 2007 21:38:09 +0000 Subject: Sync revisions and time buffers size to be consistent with each others. Simplifies further size tweaks if needed. OK niallo@ ray@. --- usr.bin/cvs/diff.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin/cvs/diff.c') 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 * @@ -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; -- cgit v1.2.3-59-g8ed1b