diff options
author | Xavier Santolaria <xsa@cvs.openbsd.org> | 2005-07-08 10:10:49 +0000 |
---|---|---|
committer | Xavier Santolaria <xsa@cvs.openbsd.org> | 2005-07-08 10:10:49 +0000 |
commit | cec8231a8f5910d3023d4f62bd5e9df42c8cbee5 (patch) | |
tree | 1f469096f8a331ccbdd809aff5dd19b258b30ee4 | |
parent | 90fe78576ba39ed40ad3193572aab9de0134d26f (diff) |
hrmz spaces...
-rw-r--r-- | usr.bin/cvs/status.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/cvs/status.c b/usr.bin/cvs/status.c index 079a94f1fa1..4afaa8087db 100644 --- a/usr.bin/cvs/status.c +++ b/usr.bin/cvs/status.c @@ -1,4 +1,4 @@ -/* $OpenBSD: status.c,v 1.35 2005/07/08 07:22:58 xsa Exp $ */ +/* $OpenBSD: status.c,v 1.36 2005/07/08 10:10:48 xsa Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> * All rights reserved. @@ -233,7 +233,7 @@ cvs_status_local(CVSFILE *cf, void *arg) ctime_r(&(cf->cf_etime), timebuf); n = strlen(timebuf); if ((n > 0) && (timebuf[n - 1] == '\n')) - timebuf[--n] = '\0'; + timebuf[--n] = '\0'; strlcat(buf, timebuf, sizeof(buf)); } |