=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/rcs/co.c,v retrieving revision 1.121 retrieving revision 1.122 diff -u -r1.121 -r1.122 --- src/usr.bin/rcs/co.c 2015/06/13 20:15:21 1.121 +++ src/usr.bin/rcs/co.c 2015/10/21 16:06:57 1.122 @@ -1,4 +1,4 @@ -/* $OpenBSD: co.c,v 1.121 2015/06/13 20:15:21 nicm Exp $ */ +/* $OpenBSD: co.c,v 1.122 2015/10/21 16:06:57 millert Exp $ */ /* * Copyright (c) 2005 Joris Vink * All rights reserved. @@ -515,7 +515,7 @@ file->rf_path, date ? " a date before " : "", date ? date : "", - author ? " and author " + (date ? 0:4 ) : "", + author ? " and author " + (date ? 0:4) : "", author ? author : "", state ? " and state " + (date || author ? 0:4) : "", state ? state : "");