Date: Mon, 14 Jun 2010 02:56:45 +0000 (UTC) From: Tim Kientzle <kientzle@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/usr.bin/tar read.c write.c Message-ID: <201006140302.o5E3249l030076@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
kientzle 2010-06-14 02:56:45 UTC FreeBSD src repository Modified files: usr.bin/tar read.c write.c Log: SVN rev 209152 on 2010-06-14 02:56:45Z by kientzle If the compressed data is larger than the uncompressed, report the compression ratio as 0% instead of displaying nonsense triggered by numeric overflow. This is common when dealing with uncompressed files when the I/O blocking causes there to be small transient differences in the accounting. Thanks to: Boris Samorodov Revision Changes Path 1.49 +6 -1 src/usr.bin/tar/read.c 1.96 +7 -1 src/usr.bin/tar/write.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201006140302.o5E3249l030076>