file_progress fix

This commit is contained in:
Arvid Norberg
2008-07-13 16:44:14 +00:00
parent 5bf38323c1
commit d88acd3d95
2 changed files with 26 additions and 5 deletions

View File

@@ -1463,6 +1463,7 @@ int main(int ac, char* av[])
else
out << progress_bar(progress, 100, "33");
out << " " << to_string(progress * 100.f, 5) << "% "
<< add_suffix(file_progress[i]) << " "
<< info.file_at(i).path.leaf() << "\n";
}