Remove all open coded strerrors when they're going to be shown by fatal().

This commit is contained in:
ckolivas 2011-03-08 12:04:30 +11:00
parent 2a8cad1a28
commit 59e5bc0492
4 changed files with 14 additions and 15 deletions

View file

@ -21,6 +21,7 @@ every chunk is decompressed instead of after the whole file is decompressed.
only or to stdout).
* Clean up and simplify the times displayed component. It could potentially
show thousands of seconds.
* Remove open coded strerror messages when they're to be printed by fatal().
MARCH 2011, Michael Blumenkrantz
* Updated autotools/conf build system.