diff --git a/include/fmt/format.h b/include/fmt/format.h index bc0d4762..100ba7a9 100644 --- a/include/fmt/format.h +++ b/include/fmt/format.h @@ -4529,7 +4529,7 @@ formatter(specs.width, - specs.width_ref, ctx); + specs.width_ref, ctx); detail::handle_dynamic_spec( specs.precision, specs.precision_ref, ctx); return detail::write(ctx.out(), val, specs, ctx.locale());