diff options
author | Joris Vink <joris@cvs.openbsd.org> | 2006-06-04 13:53:28 +0000 |
---|---|---|
committer | Joris Vink <joris@cvs.openbsd.org> | 2006-06-04 13:53:28 +0000 |
commit | 9e2788b1c0fddf59a3c08657f6c306e32895d065 (patch) | |
tree | b7a4895294e96b239db98bfe24c78cb616d86e1f /usr.bin/cvs/rcs.c | |
parent | 11a4c991c440ae69f9165493223c22d1e8512597 (diff) |
lets not stop looking for a branch if the first one
on the branches list does not match the one we are
looking for, it might be further down.
Diffstat (limited to 'usr.bin/cvs/rcs.c')
-rw-r--r-- | usr.bin/cvs/rcs.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/usr.bin/cvs/rcs.c b/usr.bin/cvs/rcs.c index 6ecc1608047..9940525a562 100644 --- a/usr.bin/cvs/rcs.c +++ b/usr.bin/cvs/rcs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rcs.c,v 1.181 2006/06/04 09:52:56 joris Exp $ */ +/* $OpenBSD: rcs.c,v 1.182 2006/06/04 13:53:27 joris Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> * All rights reserved. @@ -1235,9 +1235,6 @@ next: } } - /* XXX */ - if (found == 0) - fatal("no matching branch on list"); break; } |