=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/history.c,v retrieving revision 1.16 retrieving revision 1.17 diff -c -r1.16 -r1.17 *** src/usr.bin/cvs/history.c 2005/05/29 00:18:01 1.16 --- src/usr.bin/cvs/history.c 2005/05/31 08:26:40 1.17 *************** *** 1,4 **** ! /* $OpenBSD: history.c,v 1.16 2005/05/29 00:18:01 xsa Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau * All rights reserved. --- 1,4 ---- ! /* $OpenBSD: history.c,v 1.17 2005/05/31 08:26:40 xsa Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau * All rights reserved. *************** *** 216,222 **** struct tm etime; if (localtime_r(&(hent->ch_date), &etime) == NULL) { ! cvs_log(LP_ERROR, "failed to convert timestamp to structure"); return; } --- 216,222 ---- struct tm etime; if (localtime_r(&(hent->ch_date), &etime) == NULL) { ! cvs_log(LP_ERR, "failed to convert timestamp to structure"); return; }