From c73ec9702782ffb139b085dbbed19a5b76b63a22 Mon Sep 17 00:00:00 2001 From: Rachael Alexanderson Date: Sat, 16 Mar 2024 23:22:42 -0400 Subject: [PATCH] - accidentally added erroneous quotes to the last commit --- src/common/platform/posix/sdl/i_system.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/common/platform/posix/sdl/i_system.cpp b/src/common/platform/posix/sdl/i_system.cpp index 37af023817..7fa41b2bc7 100644 --- a/src/common/platform/posix/sdl/i_system.cpp +++ b/src/common/platform/posix/sdl/i_system.cpp @@ -373,14 +373,14 @@ void I_OpenShellFolder(const char* infolder) if (!chdir(infolder)) { - if (longsavemessages") + if (longsavemessages) Printf("Opening folder: %s\n", infolder); std::system("xdg-open ."); chdir(curdir); } else { - if (longsavemessages") + if (longsavemessages) Printf("Unable to open directory '%s\n", infolder); else Printf("Unable to open requested directory\n");