build: Updated libfmt (#2234)

This commit is contained in:
WerWolv
2025-05-09 19:00:04 +02:00
parent 7dcf09118b
commit 8081dff6b6
6 changed files with 19 additions and 17 deletions

View File

@@ -111,7 +111,7 @@ namespace hex::init {
const auto now = std::chrono::system_clock::now();
const auto time = std::chrono::system_clock::to_time_t(now);
return fmt::localtime(time);
return *std::localtime(&time);
}();
for (const auto &colorConfig : highlightConfig) {