=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/util.c,v retrieving revision 1.125 retrieving revision 1.126 diff -c -r1.125 -r1.126 *** src/usr.bin/cvs/util.c 2008/01/21 16:36:46 1.125 --- src/usr.bin/cvs/util.c 2008/01/31 10:17:47 1.126 *************** *** 1,4 **** ! /* $OpenBSD: util.c,v 1.125 2008/01/21 16:36:46 tobias Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau * Copyright (c) 2005, 2006 Joris Vink --- 1,4 ---- ! /* $OpenBSD: util.c,v 1.126 2008/01/31 10:17:47 tobias Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau * Copyright (c) 2005, 2006 Joris Vink *************** *** 627,633 **** if ((p = strchr(dp, '/')) != NULL) *p = '\0'; ent = cvs_ent_open(rpath); ! xsnprintf(entry, sizeof(entry), "D/%s/////", dp); cvs_ent_add(ent, entry); cvs_ent_close(ent, ENT_SYNC); if (p != NULL) --- 627,633 ---- if ((p = strchr(dp, '/')) != NULL) *p = '\0'; ent = cvs_ent_open(rpath); ! xsnprintf(entry, sizeof(entry), "D/%s////", dp); cvs_ent_add(ent, entry); cvs_ent_close(ent, ENT_SYNC); if (p != NULL)