Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/mtree Suppress a superfluous whitespace after "time...
details: https://anonhg.NetBSD.org/src/rev/bbc23e9f000a
branches: trunk
changeset: 762057:bbc23e9f000a
user: uebayasi <uebayasi%NetBSD.org@localhost>
date: Mon Feb 14 16:27:58 2011 +0000
description:
Suppress a superfluous whitespace after "time=..." in the output.
diffstat:
usr.sbin/mtree/spec.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 1e9f35b19e44 -r bbc23e9f000a usr.sbin/mtree/spec.c
--- a/usr.sbin/mtree/spec.c Mon Feb 14 16:05:11 2011 +0000
+++ b/usr.sbin/mtree/spec.c Mon Feb 14 16:27:58 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: spec.c,v 1.78 2009/09/22 04:38:21 apb Exp $ */
+/* $NetBSD: spec.c,v 1.79 2011/02/14 16:27:58 uebayasi Exp $ */
/*-
* Copyright (c) 1989, 1993
@@ -67,7 +67,7 @@
#if 0
static char sccsid[] = "@(#)spec.c 8.2 (Berkeley) 4/28/95";
#else
-__RCSID("$NetBSD: spec.c,v 1.78 2009/09/22 04:38:21 apb Exp $");
+__RCSID("$NetBSD: spec.c,v 1.79 2011/02/14 16:27:58 uebayasi Exp $");
#endif
#endif /* not lint */
@@ -358,7 +358,7 @@
if (MATCHFLAG(F_SIZE))
appendfield(pathlast, "size=%lld", (long long)cur->st_size);
if (MATCHFLAG(F_TIME))
- appendfield(pathlast, "time=%lld.%ld ",
+ appendfield(pathlast, "time=%lld.%ld",
(long long)cur->st_mtimespec.tv_sec,
cur->st_mtimespec.tv_nsec);
if (MATCHFLAG(F_CKSUM))
Home |
Main Index |
Thread Index |
Old Index