mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-29 07:12:36 +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 (!chdir(infolder))
|
||||||
{
|
{
|
||||||
if (longsavemessages")
|
if (longsavemessages)
|
||||||
Printf("Opening folder: %s\n", infolder);
|
Printf("Opening folder: %s\n", infolder);
|
||||||
std::system("xdg-open .");
|
std::system("xdg-open .");
|
||||||
chdir(curdir);
|
chdir(curdir);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
if (longsavemessages")
|
if (longsavemessages)
|
||||||
Printf("Unable to open directory '%s\n", infolder);
|
Printf("Unable to open directory '%s\n", infolder);
|
||||||
else
|
else
|
||||||
Printf("Unable to open requested directory\n");
|
Printf("Unable to open requested directory\n");
|
||||||
|
|
Loading…
Reference in a new issue