diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 07:23:06 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 07:23:06 +0000 |
commit | 4b650df10dcb0f7aa36b40f517e3ddb85b1198e4 (patch) | |
tree | 41c04636a5e74aa432e5f44d5904e805cae51790 /main.cc | |
parent | Adding debian version 1.6~pre1-1. (diff) | |
download | lzip-4b650df10dcb0f7aa36b40f517e3ddb85b1198e4.tar.xz lzip-4b650df10dcb0f7aa36b40f517e3ddb85b1198e4.zip |
Merging upstream version 1.6~pre2.
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'main.cc')
-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; } |