Set a more sane default filemode. (Marc H. Thoben <root@develz.org>)

git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@602 db0b04b0-f4d1-0310-9a6d-de3e77497b0e
This commit is contained in:
Pasi Kallinen 2011-10-03 15:37:26 +00:00
parent ae54e1ae83
commit e29747ab89
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ int curses_resize = 0;
int selected_game = 0;
int return_from_submenu = 0;
mode_t default_fmode = S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH;
mode_t default_fmode = S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH;
struct dg_globalconfig globalconfig;