summaryrefslogtreecommitdiffstats
path: root/usr.bin/tar
diff options
context:
space:
mode:
authorkientzle <kientzle@FreeBSD.org>2004-10-17 23:57:10 +0000
committerkientzle <kientzle@FreeBSD.org>2004-10-17 23:57:10 +0000
commitccd13c40f2476899513b5b634a72825027ad55d3 (patch)
tree34793a05e8c895f34787a2b5f96f2209e2b7d50d /usr.bin/tar
parentfb5baf32852be90b60ca5f6e81e16a27bed752c0 (diff)
downloadFreeBSD-src-ccd13c40f2476899513b5b634a72825027ad55d3.zip
FreeBSD-src-ccd13c40f2476899513b5b634a72825027ad55d3.tar.gz
Cosmetic goof: Use two spaces in "Jan 03 2004" but only one in "Jan 03 12:32"
MFC after: 15 days
Diffstat (limited to 'usr.bin/tar')
-rw-r--r--usr.bin/tar/read.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/tar/read.c b/usr.bin/tar/read.c
index 79d8faf..0e478a1 100644
--- a/usr.bin/tar/read.c
+++ b/usr.bin/tar/read.c
@@ -282,7 +282,7 @@ list_item_verbose(struct bsdtar *bsdtar, FILE *out, struct archive_entry *entry)
if (abs(tim - now) > (365/2)*86400)
fmt = bsdtar->day_first ? "%e %b %Y" : "%b %e %Y";
else
- fmt = bsdtar->day_first ? "%e %b %R" : "%b %e %R";
+ fmt = bsdtar->day_first ? "%e %b %R" : "%b %e %R";
strftime(tmp, sizeof(tmp), fmt, localtime(&tim));
fprintf(out, " %s ", tmp);
safe_fprintf(out, "%s", archive_entry_pathname(entry));
OpenPOWER on IntegriCloud