mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-25 13:31:37 +00:00
- accidentally added erroneous quotes to the last commit
This commit is contained in:
parent
1e2a491f9e
commit
c73ec97027
1 changed files with 2 additions and 2 deletions
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue