Subject: CVS commit: src/usr.bin/progress
To: None <source-changes@NetBSD.org>
From: David Laight <dsl@netbsd.org>
List: source-changes
Date: 02/23/2005 22:32:31
Module Name:	src
Committed By:	dsl
Date:		Wed Feb 23 22:32:31 UTC 2005

Modified Files:
	src/usr.bin/progress: progress.c

Log Message:
Exit with any failure code from the cmd or gzip.
Decode gzip -l output with strtoimax() (not sscanf()) so we don't use an
uninitialised variable if the output format isn't what we expect.
This might fix some installation PRs (no error being reported)


To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 src/usr.bin/progress/progress.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.