From 444db54ce89498dfdc718a8eb46f73e1d4c295c0 Mon Sep 17 00:00:00 2001 From: taynpg Date: Wed, 8 Jan 2025 21:02:33 +0800 Subject: [PATCH] =?UTF-8?q?show=EF=BC=9A=E9=99=8D=E4=BD=8E=E8=BF=9B?= =?UTF-8?q?=E5=BA=A6=E6=9D=A1=E5=AE=BD=E5=BA=A6=EF=BC=8C=E9=80=82=E5=BA=94?= =?UTF-8?q?=E6=89=8B=E6=9C=BA=E6=A8=AA=E5=B1=8F=E6=83=85=E5=86=B5=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- util/util.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 << "[";