=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/getlog.c,v retrieving revision 1.34 retrieving revision 1.35 diff -c -r1.34 -r1.35 *** src/usr.bin/cvs/getlog.c 2005/07/01 15:00:22 1.34 --- src/usr.bin/cvs/getlog.c 2005/07/07 14:27:57 1.35 *************** *** 1,4 **** ! /* $OpenBSD: getlog.c,v 1.34 2005/07/01 15:00:22 xsa Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau * All rights reserved. --- 1,4 ---- ! /* $OpenBSD: getlog.c,v 1.35 2005/07/07 14:27:57 joris Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau * All rights reserved. *************** *** 275,281 **** if (!log_honly && !log_lhonly) cvs_printf("\tselected revisions: %u", nrev); ! cvs_printf("\n"); if (!log_honly || log_lhonly) --- 275,281 ---- if (!log_honly && !log_lhonly) cvs_printf("\tselected revisions: %u", nrev); ! cvs_printf("\n"); if (!log_honly || log_lhonly) *************** *** 286,292 **** rcsnum_tostr(rdp->rd_num, numbuf, sizeof(numbuf)); cvs_printf(CVS_GETLOG_REVSEP "\nrevision %s\n", numbuf); cvs_printf("date: %d/%02d/%02d %02d:%02d:%02d;" ! " author: %s; state: %s;\n", rdp->rd_date.tm_year + 1900, rdp->rd_date.tm_mon + 1, rdp->rd_date.tm_mday, rdp->rd_date.tm_hour, --- 286,292 ---- rcsnum_tostr(rdp->rd_num, numbuf, sizeof(numbuf)); cvs_printf(CVS_GETLOG_REVSEP "\nrevision %s\n", numbuf); cvs_printf("date: %d/%02d/%02d %02d:%02d:%02d;" ! " author: %s; state: %s;\n", rdp->rd_date.tm_year + 1900, rdp->rd_date.tm_mon + 1, rdp->rd_date.tm_mday, rdp->rd_date.tm_hour,