Commit 5887744d authored by gabime's avatar gabime

Fixed bin2hex to work with fmt v8

parent 8bf71867
......@@ -209,7 +209,7 @@ struct formatter<spdlog::details::dump_info<T>>
if (put_positions)
{
fmt::format_to(inserter, "{:<04X}: ", pos);
fmt::format_to(inserter, "{:04X}: ", pos);
}
}
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment