=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/client.c,v retrieving revision 1.91 retrieving revision 1.92 diff -u -r1.91 -r1.92 --- src/usr.bin/cvs/client.c 2008/01/29 11:55:30 1.91 +++ src/usr.bin/cvs/client.c 2008/01/31 19:51:40 1.92 @@ -1,4 +1,4 @@ -/* $OpenBSD: client.c,v 1.91 2008/01/29 11:55:30 tobias Exp $ */ +/* $OpenBSD: client.c,v 1.92 2008/01/31 19:51:40 xsa Exp $ */ /* * Copyright (c) 2006 Joris Vink * @@ -450,7 +450,7 @@ cvs_client_sendfile(struct cvs_file *cf) { size_t len; - char rev[CVS_REV_BUFSZ], timebuf[CVS_TIME_BUFSZ], sticky[32]; + char rev[CVS_REV_BUFSZ], timebuf[CVS_TIME_BUFSZ], sticky[CVS_REV_BUFSZ]; if (cf->file_type != CVS_FILE) return;