This commit is contained in:
sylvestre
2023-08-16 02:22:13 +00:00
parent 992c0e5577
commit 467838c5de
+1 -1
View File
@@ -580,7 +580,7 @@
));
}
};
<span class="kw">if </span>!matches.get_flag(OPT_WIDTH) {
<span class="kw">if </span>!matches.contains_id(OPT_WIDTH) {
fmt_opts.width = cmp::max(
fmt_opts.goal * <span class="number">100 </span>/ DEFAULT_GOAL_TO_WIDTH_RATIO,
fmt_opts.goal + <span class="number">3</span>,