diff --git a/util/util.cpp b/util/util.cpp index b697288..f74afc4 100644 --- a/util/util.cpp +++ b/util/util.cpp @@ -123,7 +123,7 @@ void CTransProtocal::display_progress(float percent) if (percent > 1.0 || percent < 0.0) { return; } - const int barWidth = 50; + const int barWidth = 38; int pos = barWidth * percent; std::cout << "[";