From 748b13c8bad9f7c900284396286b6f60e053f683 Mon Sep 17 00:00:00 2001 From: François Revol Date: Mon, 30 Dec 2013 15:32:50 +0100 Subject: beos: Fix permission on temp directories creation TODO: use filename_initialize() instead when it's fixed. --- beos/gui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'beos/gui.cpp') 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(); -- cgit v1.2.3