=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/getlog.c,v retrieving revision 1.33 retrieving revision 1.34 diff -u -r1.33 -r1.34 --- src/usr.bin/cvs/getlog.c 2005/07/01 14:55:30 1.33 +++ src/usr.bin/cvs/getlog.c 2005/07/01 15:00:22 1.34 @@ -1,4 +1,4 @@ -/* $OpenBSD: getlog.c,v 1.33 2005/07/01 14:55:30 xsa Exp $ */ +/* $OpenBSD: getlog.c,v 1.34 2005/07/01 15:00:22 xsa Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau * All rights reserved. @@ -273,7 +273,7 @@ cvs_printf("total revisions: %u;", rf->rf_ndelta); - if (!log_honly || !log_lhonly) + if (!log_honly && !log_lhonly) cvs_printf("\tselected revisions: %u", nrev); cvs_printf("\n");