Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/usr.bin/progress



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.




Home | Main Index | Thread Index | Old Index