=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/update.c,v retrieving revision 1.133 retrieving revision 1.134 diff -c -r1.133 -r1.134 *** src/usr.bin/cvs/update.c 2008/02/28 21:55:48 1.133 --- src/usr.bin/cvs/update.c 2008/03/01 22:35:44 1.134 *************** *** 1,4 **** ! /* $OpenBSD: update.c,v 1.133 2008/02/28 21:55:48 tobias Exp $ */ /* * Copyright (c) 2006 Joris Vink * --- 1,4 ---- ! /* $OpenBSD: update.c,v 1.134 2008/03/01 22:35:44 joris Exp $ */ /* * Copyright (c) 2006 Joris Vink * *************** *** 473,479 **** ctime_r(&now, timebuf); timebuf[strcspn(timebuf, "\n")] = '\0'; ! rcsnum_tostr(cf->file_ent->ce_rev, revbuf, sizeof(revbuf)); sticky[0] = '\0'; if (cf->file_ent->ce_tag != NULL) --- 473,479 ---- ctime_r(&now, timebuf); timebuf[strcspn(timebuf, "\n")] = '\0'; ! rcsnum_tostr(cf->file_rcsrev, revbuf, sizeof(revbuf)); sticky[0] = '\0'; if (cf->file_ent->ce_tag != NULL)