=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/rcs/ci.c,v retrieving revision 1.52 retrieving revision 1.53 diff -c -r1.52 -r1.53 *** src/usr.bin/rcs/ci.c 2005/10/29 19:10:16 1.52 --- src/usr.bin/rcs/ci.c 2005/10/30 09:46:07 1.53 *************** *** 1,4 **** ! /* $OpenBSD: ci.c,v 1.52 2005/10/29 19:10:16 niallo Exp $ */ /* * Copyright (c) 2005 Niall O'Higgins * All rights reserved. --- 1,4 ---- ! /* $OpenBSD: ci.c,v 1.53 2005/10/30 09:46:07 xsa Exp $ */ /* * Copyright (c) 2005 Niall O'Higgins * All rights reserved. *************** *** 148,154 **** case 's': state = rcs_optarg; if (rcs_state_check(state) < 0) { ! cvs_log(LP_ERR, "invalid state `%'", state); exit(1); } break; --- 148,154 ---- case 's': state = rcs_optarg; if (rcs_state_check(state) < 0) { ! cvs_log(LP_ERR, "invalid state `%s'", state); exit(1); } break;