We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d368e74 + a8f40a7 commit 14955bfCopy full SHA for 14955bf
2 files changed
src/cli.cpp
@@ -1160,7 +1160,7 @@ static void general(
1160
if (char_count <= 60) {
1161
continue;
1162
} else {
1163
- if ((char_count - 1) >= (static_cast<unsigned long long>(max_line_length) + 3)) {
+ if ((static_cast<unsigned long long>(char_count) - 1) >= (static_cast<unsigned long long>(max_line_length) + 3)) {
1164
it = divided_description.insert(it + 1, "\n");
1165
char_count = it->length() + 1;
1166
0 commit comments