diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 11:43:21 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 11:43:21 +0000 |
commit | 41463d1237df40b1cf3a1916057370c2913a5932 (patch) | |
tree | 159ebcfb30be0a014e2fa29b35235585ed256648 /decoder.h | |
parent | Adding debian version 1.15~rc1-1. (diff) | |
download | lziprecover-41463d1237df40b1cf3a1916057370c2913a5932.tar.xz lziprecover-41463d1237df40b1cf3a1916057370c2913a5932.zip |
Merging upstream version 1.15.
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to '')
-rw-r--r-- | decoder.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -214,7 +214,8 @@ class LZ_decoder uint32_t crc_; const int outfd; // output file descriptor - unsigned long long stream_position() const { return partial_data_pos + stream_pos; } + unsigned long long stream_position() const + { return partial_data_pos + stream_pos; } void flush_data(); bool verify_trailer( const Pretty_print & pp ) const; |