diff --git a/single_include/indicators/indicators.hpp b/single_include/indicators/indicators.hpp index 84bd4f4..72c26b7 100644 --- a/single_include/indicators/indicators.hpp +++ b/single_include/indicators/indicators.hpp @@ -2782,7 +2782,7 @@ public: os << get_value() [index_ % get_value().size()]; if (get_value()) { - os << " " << std::min(progress_, size_t(max_progress)) << "%"; + os << " " << std::size_t(progress_ / double(max_progress) * 100) << "%"; } if (get_value()) {