summaryrefslogtreecommitdiffstats
path: root/decoder.cc
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2015-11-07 07:48:29 +0000
committerDaniel Baumann <mail@daniel-baumann.ch>2015-11-07 07:48:29 +0000
commit5fee2f90f3d2bde22239938ee0ec6c381b1ad91f (patch)
tree5f818a82f05cd87820abe14084090d803837c64d /decoder.cc
parentAdding debian version 1.8-1. (diff)
downloadlzip-5fee2f90f3d2bde22239938ee0ec6c381b1ad91f.tar.xz
lzip-5fee2f90f3d2bde22239938ee0ec6c381b1ad91f.zip
Merging upstream version 1.9.
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'decoder.cc')
-rw-r--r--decoder.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/decoder.cc b/decoder.cc
index f5cb101..4e3a8fc 100644
--- a/decoder.cc
+++ b/decoder.cc
@@ -1,5 +1,5 @@
/* Lzip - A data compressor based on the LZMA algorithm
- Copyright (C) 2008, 2009 Antonio Diaz Diaz.
+ Copyright (C) 2008, 2009, 2010 Antonio Diaz Diaz.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -124,7 +124,7 @@ bool LZ_decoder::verify_trailer( const Pretty_print & pp ) const
}
}
if( !error && verbosity >= 3 )
- std::fprintf( stderr, "data crc %08X, data size %8lld, member size %8lld. ",
+ std::fprintf( stderr, "data crc %08X, data size %9lld, member size %8lld. ",
(unsigned int)trailer.data_crc(), trailer.data_size(),
trailer.member_size() );
return !error;