mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-28 07:47:03 -05:00
build: Updated libfmt (#2234)
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user