=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/edit.c,v retrieving revision 1.34 retrieving revision 1.35 diff -u -r1.34 -r1.35 --- src/usr.bin/cvs/edit.c 2007/02/22 06:42:09 1.34 +++ src/usr.bin/cvs/edit.c 2007/06/28 21:38:09 1.35 @@ -1,4 +1,4 @@ -/* $OpenBSD: edit.c,v 1.34 2007/02/22 06:42:09 otto Exp $ */ +/* $OpenBSD: edit.c,v 1.35 2007/06/28 21:38:09 xsa Exp $ */ /* * Copyright (c) 2006, 2007 Xavier Santolaria * @@ -385,7 +385,7 @@ if (cf->file_ent != NULL) { CVSENTRIES *entlist; struct cvs_ent *ent; - char *entry, rbuf[16]; + char *entry, rbuf[CVS_REV_BUFSZ]; entlist = cvs_ent_open(cf->file_wd); @@ -428,7 +428,7 @@ size_t len; int i; char *dp, *sp; - char buf[MAXPATHLEN], *fields[2], rbuf[16]; + char buf[MAXPATHLEN], *fields[2], rbuf[CVS_REV_BUFSZ]; cvs_log(LP_TRACE, "cvs_base_handle(%s)", cf->file_path);