Fixed bin2hex to work with fmt v8

pull/1981/head
gabime 4 years ago
parent 8bf718671a
commit 5887744d8b

@ -209,7 +209,7 @@ struct formatter<spdlog::details::dump_info<T>>
if (put_positions) if (put_positions)
{ {
fmt::format_to(inserter, "{:<04X}: ", pos); fmt::format_to(inserter, "{:04X}: ", pos);
} }
} }
}; };

Loading…
Cancel
Save