From 03928e8bd237f49242058d6a71567069c0f7ee40 Mon Sep 17 00:00:00 2001 From: DrymarchonShaun <40149778+DrymarchonShaun@users.noreply.github.com> Date: Sat, 6 Jul 2024 11:20:22 -0700 Subject: [PATCH] fix: apply #262 to the dayz launcher fixes build failure for the dayz launcher --- src/dayz-linux-launcher/mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dayz-linux-launcher/mainwindow.cpp b/src/dayz-linux-launcher/mainwindow.cpp index d9223db..8362803 100644 --- a/src/dayz-linux-launcher/mainwindow.cpp +++ b/src/dayz-linux-launcher/mainwindow.cpp @@ -719,7 +719,7 @@ void MainWindow::load_mods_from_html(std::string const &path) } catch (std::exception const &e) { - spdlog::warn("Failed adding apparently existing mod '{}', reason: {}", it->at("path"), e.what()); + spdlog::warn("Failed adding apparently existing mod '{}', reason: {}", it->at("path").get(), e.what()); } }