diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 11:42:39 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 11:42:39 +0000 |
commit | 04d72dd06c3c49fcc61e5ae7b8cee112d34e8df1 (patch) | |
tree | aadf6684ddb287ecaaa4bfc482ab8859ce3742cb /decoder.h | |
parent | Adding debian version 1.15~pre1-2. (diff) | |
download | lziprecover-04d72dd06c3c49fcc61e5ae7b8cee112d34e8df1.tar.xz lziprecover-04d72dd06c3c49fcc61e5ae7b8cee112d34e8df1.zip |
Merging upstream version 1.15~rc1.
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'decoder.h')
-rw-r--r-- | decoder.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,4 +1,4 @@ -/* Lziprecover - Data recovery tool for lzipped files +/* Lziprecover - Data recovery tool for lzip files Copyright (C) 2009, 2010, 2011, 2012, 2013 Antonio Diaz Diaz. This program is free software: you can redistribute it and/or modify @@ -278,7 +278,6 @@ public: ~LZ_decoder() { delete[] buffer; } unsigned crc() const { return crc_ ^ 0xFFFFFFFFU; } - unsigned long long data_position() const { return partial_data_pos + pos; } int decode_member( const Pretty_print & pp ); |