=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/edit.c,v retrieving revision 1.42 retrieving revision 1.43 diff -c -r1.42 -r1.43 *** src/usr.bin/cvs/edit.c 2008/01/31 10:15:05 1.42 --- src/usr.bin/cvs/edit.c 2008/02/04 15:07:33 1.43 *************** *** 1,4 **** ! /* $OpenBSD: edit.c,v 1.42 2008/01/31 10:15:05 tobias Exp $ */ /* * Copyright (c) 2006, 2007 Xavier Santolaria * --- 1,4 ---- ! /* $OpenBSD: edit.c,v 1.43 2008/02/04 15:07:33 tobias Exp $ */ /* * Copyright (c) 2006, 2007 Xavier Santolaria * *************** *** 400,408 **** timebuf[strcspn(timebuf, "\n")] = '\0'; (void)xasprintf(&entry, "/%s/%s/%s/%s/%s", ! cf->file_name, rbuf, timebuf, ! (cf->file_ent->ce_tag) ? cf->file_ent->ce_tag : "", ! (cf->file_ent->ce_opts) ? cf->file_ent->ce_opts : ""); cvs_ent_add(entlist, entry); --- 400,407 ---- timebuf[strcspn(timebuf, "\n")] = '\0'; (void)xasprintf(&entry, "/%s/%s/%s/%s/%s", ! cf->file_name, rbuf, timebuf, cf->file_ent->ce_opts ? : "", ! cf->file_ent->ce_tag ? : ""); cvs_ent_add(entlist, entry);