Merge branch 'master' of https://github.com/Wargus/stratagus
This commit is contained in:
commit
a1ccfeba61
1 changed files with 2 additions and 0 deletions
|
@ -504,6 +504,8 @@ static void RedirectOutput()
|
|||
{
|
||||
std::string path = Parameters::Instance.GetUserDirectory();
|
||||
|
||||
makedir(path.c_str(), 0777);
|
||||
|
||||
stdoutFile = path + "\\stdout.txt";
|
||||
stderrFile = path + "\\stderr.txt";
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue