summaryrefslogtreecommitdiff
path: root/beos
diff options
context:
space:
mode:
Diffstat (limited to 'beos')
-rw-r--r--beos/gui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/beos/gui.cpp b/beos/gui.cpp
index 04a52bbd7..537c3a5a2 100644
--- a/beos/gui.cpp
+++ b/beos/gui.cpp
@@ -620,7 +620,7 @@ void gui_init(int argc, char** argv)
check_homedir();
// make sure the cache dir exists
- create_directory(TEMP_FILENAME_PREFIX, 0600);
+ create_directory(TEMP_FILENAME_PREFIX, 0700);
//nsbeos_completion_init();