diff options
Diffstat (limited to '')
-rw-r--r-- | gui/action.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/action.cpp b/gui/action.cpp index fe2091026..803d31355 100644 --- a/gui/action.cpp +++ b/gui/action.cpp @@ -928,7 +928,7 @@ int GUIAction::screenshot(std::string arg __unused) strcpy(path, "/tmp/"); } - if(!TWFunc::Create_Dir_Recursive(path, 0666, uid, gid)) + if(!TWFunc::Create_Dir_Recursive(path, 0775, uid, gid)) return 0; tm = time(NULL); |