diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 07:48:29 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 07:48:29 +0000 |
commit | 5fee2f90f3d2bde22239938ee0ec6c381b1ad91f (patch) | |
tree | 5f818a82f05cd87820abe14084090d803837c64d /decoder.cc | |
parent | Adding debian version 1.8-1. (diff) | |
download | lzip-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.cc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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; |