summaryrefslogtreecommitdiffstats
path: root/decoder.h
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2015-11-07 11:42:32 +0000
committerDaniel Baumann <mail@daniel-baumann.ch>2015-11-07 11:42:32 +0000
commitbcbac5cac5f6194d9fa5fbc16e0a4490e7e23520 (patch)
tree87adc0b5058585d2c7529c151321af22097e2fd2 /decoder.h
parentAdding upstream version 1.15~pre1. (diff)
downloadlziprecover-bcbac5cac5f6194d9fa5fbc16e0a4490e7e23520.tar.xz
lziprecover-bcbac5cac5f6194d9fa5fbc16e0a4490e7e23520.zip
Adding upstream version 1.15~rc1.upstream/1.15_rc1
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'decoder.h')
-rw-r--r--decoder.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/decoder.h b/decoder.h
index 0c4697b..59c3adc 100644
--- a/decoder.h
+++ b/decoder.h
@@ -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 );