Skip to content

Commit 69e38ed

Browse files
smithlab_utils.hpp: fixing a non-standard escape sequence for percent symbol
1 parent bae9001 commit 69e38ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

smithlab_utils.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@ class ProgressBar {
430430
std::string left_tag = "\r[";
431431
std::string mid_tag;
432432
std::string bar;
433-
std::string right_tag = "\%]";
433+
std::string right_tag = "%%]";
434434

435435
static const size_t max_bar_width = 72;
436436
};

0 commit comments

Comments
 (0)