We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 985e963 commit 797f86cCopy full SHA for 797f86c
src/exiv2.cpp
@@ -161,7 +161,7 @@ int main(int argc, char* const argv[])
161
int s = static_cast<int>(params.files_.size());
162
int w = s > 9 ? s > 99 ? 3 : 2 : 1;
163
for (auto&& file : params.files_) {
164
- // If extracting to stdout then ignore verbose
+ // If extracting to stdout then ignore verbose
165
if (params.verbose_ && !(params.action_ & Action::extract && params.target_ & Params::ctStdInOut)) {
166
std::cout << _("File") << " " << std::setw(w) << std::right << n++ << "/" << s << ": " << file
167
<< std::endl;
0 commit comments