From a5a5a814db6c3a409d2e075b6a6b903f44d02728 Mon Sep 17 00:00:00 2001 From: Leon Styhre <leon@leonstyhre.com> Date: Mon, 31 Jul 2023 19:33:35 +0200 Subject: [PATCH] (Windows) Fixed a compile error --- es-app/src/guis/GuiApplicationUpdater.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/es-app/src/guis/GuiApplicationUpdater.cpp b/es-app/src/guis/GuiApplicationUpdater.cpp index f0299bd2f..68b5782fd 100644 --- a/es-app/src/guis/GuiApplicationUpdater.cpp +++ b/es-app/src/guis/GuiApplicationUpdater.cpp @@ -54,8 +54,8 @@ GuiApplicationUpdater::GuiApplicationUpdater() mGrid.setEntry(mProcessStep1, glm::ivec2 {1, 2}, false, true, glm::ivec2 {2, 1}); #if defined(_WIN64) - const std::string step2Text {Utils::String::replace( - Utils::FileSystem::getParent(mDownloadPackageFilename), , "/", "\\")}; + const std::string step2Text { + Utils::String::replace(Utils::FileSystem::getParent(mDownloadPackageFilename), "/", "\\")}; #else const std::string step2Text {mLinuxAppImage ? "INSTALL PACKAGE" :