diff --git a/src/c.cc b/src/c.cc index c5c0e065..aacf204a 100644 --- a/src/c.cc +++ b/src/c.cc @@ -8,7 +8,7 @@ #include #include -static const size_t MAX_PACKED_ARGS = 16; +static const size_t MAX_PACKED_ARGS = FMT_C_MAX_ARGS; extern "C" { static thread_local std::string g_last_error;