- accidentally added erroneous quotes to the last commit

This commit is contained in:
Rachael Alexanderson 2024-03-16 23:22:42 -04:00
parent 1e2a491f9e
commit c73ec97027
No known key found for this signature in database
GPG key ID: 26A8ACCE97115EE0

View file

@ -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");