diff options
Diffstat (limited to 'src/io.cpp')
| -rw-r--r-- | src/io.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/io.cpp b/src/io.cpp index 71d55c3..84367ed 100644 --- a/src/io.cpp +++ b/src/io.cpp @@ -56,7 +56,7 @@ void ProgressBar(string str, double p, double total, double ratio) { cout << str << " "; cout << std::string(barsize,'='); cout << std::string(50-barsize,' '); - cout << setprecision(0) << fixed << progress << "%"; + cout << setprecision(0) << fixed << " " << progress << "%"; if (ratio != -1.0) cout << setprecision(2) << " " << ratio; cout << "\r" << flush; | 
