Skip to content

Commit

Permalink
- accidentally added erroneous quotes to the last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
madame-rachelle committed Mar 17, 2024
1 parent 1e2a491 commit c73ec97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/common/platform/posix/sdl/i_system.cpp
Expand Up @@ -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");
Expand Down

0 comments on commit c73ec97

Please sign in to comment.