diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 07:23:00 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 07:23:00 +0000 |
commit | 7cad15d85d55c7ad11cb25c2ec5e8cd17ecc84ee (patch) | |
tree | c998e3ce491834f84eb9b733c757d83efed25842 /main.cc | |
parent | Adding upstream version 1.6~pre1. (diff) | |
download | lzip-7cad15d85d55c7ad11cb25c2ec5e8cd17ecc84ee.tar.xz lzip-7cad15d85d55c7ad11cb25c2ec5e8cd17ecc84ee.zip |
Adding upstream version 1.6~pre2.upstream/1.6_pre2
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to '')
-rw-r--r-- | main.cc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -473,7 +473,7 @@ int decompress( const int inhandle, const Pretty_print & pp, { File_header header; for( unsigned int i = 0; i < sizeof header; ++i ) - ((uint8_t *)&header)[i] = ibuf.read_byte(); + ((uint8_t *)&header)[i] = ibuf.get_byte(); if( ibuf.finished() ) { if( first_pass ) { pp( "error reading member header" ); return 1; } |