diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 11:51:28 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 11:51:28 +0000 |
commit | 79cd96ee549de2d24d5ba81d6f8fa4d642943b52 (patch) | |
tree | 61504e983e7adf383ff88c409233c92e5ff9ed4a /merge.cc | |
parent | Adding debian version 1.17~rc1-1. (diff) | |
download | lziprecover-79cd96ee549de2d24d5ba81d6f8fa4d642943b52.tar.xz lziprecover-79cd96ee549de2d24d5ba81d6f8fa4d642943b52.zip |
Merging upstream version 1.17~rc2.
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'merge.cc')
-rw-r--r-- | merge.cc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -471,7 +471,7 @@ int merge_files( const std::vector< std::string > & filenames, if( verbosity >= 1 && file_index.members() > 1 ) { std::printf( "Merging member %ld of %ld\n", - j + 1, (long)file_index.members() ); + j + 1, file_index.members() ); std::fflush( stdout ); } |