diff options
-rw-r--r-- | usr.bin/cvs/edit.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/cvs/edit.c b/usr.bin/cvs/edit.c index 275d0be030c..ed252c79801 100644 --- a/usr.bin/cvs/edit.c +++ b/usr.bin/cvs/edit.c @@ -1,4 +1,4 @@ -/* $OpenBSD: edit.c,v 1.29 2007/01/11 15:45:02 xsa Exp $ */ +/* $OpenBSD: edit.c,v 1.30 2007/01/25 11:09:21 xsa Exp $ */ /* * Copyright (c) 2006, 2007 Xavier Santolaria <xsa@openbsd.org> * @@ -396,7 +396,7 @@ cvs_unedit_local(struct cvs_file *cf) entlist = cvs_ent_open(cf->file_wd); if ((ent = cvs_ent_get(entlist, cf->file_name)) == NULL) - fatal("cvs_unedit_local: cvs_ent_parse failed"); + fatal("cvs_unedit_local: cvs_ent_get failed"); (void)rcsnum_tostr(ba_rev, rbuf, sizeof(rbuf)); |