diff --git a/include/fmt/color.h b/include/fmt/color.h index 7f5e1e1b..4bf60a5a 100644 --- a/include/fmt/color.h +++ b/include/fmt/color.h @@ -453,7 +453,7 @@ print(const text_style &tf, const String &format_str, const Args & ... args) { typedef typename internal::char_t::type char_t; typedef typename buffer_context::type context_t; format_arg_store as{args...}; - vprint_text_style(tf, format_str, basic_format_args(as)); + vprint(tf, format_str, basic_format_args(as)); } #endif