=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/rcs/ci.c,v retrieving revision 1.202 retrieving revision 1.203 diff -c -r1.202 -r1.203 *** src/usr.bin/rcs/ci.c 2007/07/03 00:56:23 1.202 --- src/usr.bin/rcs/ci.c 2007/09/06 19:38:47 1.203 *************** *** 1,4 **** ! /* $OpenBSD: ci.c,v 1.202 2007/07/03 00:56:23 ray Exp $ */ /* * Copyright (c) 2005, 2006 Niall O'Higgins * All rights reserved. --- 1,4 ---- ! /* $OpenBSD: ci.c,v 1.203 2007/09/06 19:38:47 niallo Exp $ */ /* * Copyright (c) 2005, 2006 Niall O'Higgins * All rights reserved. *************** *** 466,472 **** * there is no lock set for the user. */ if (pb->newrev != NULL && ! rcsnum_cmp(pb->newrev, pb->frev, 0) > 0) { warnx("%s: revision %s too low; must be higher than %s", pb->file->rf_path, rcsnum_tostr(pb->newrev, numb1, sizeof(numb1)), --- 466,472 ---- * there is no lock set for the user. */ if (pb->newrev != NULL && ! rcsnum_cmp(pb->newrev, pb->frev, 0) != -1) { warnx("%s: revision %s too low; must be higher than %s", pb->file->rf_path, rcsnum_tostr(pb->newrev, numb1, sizeof(numb1)),