]> skyeroc.xyz Git - dgamelaunch/commitdiff
Set a more sane default filemode. (Marc H. Thoben <root@develz.org>)
authorPasi Kallinen <paxed@alt.org>
Mon, 3 Oct 2011 15:37:26 +0000 (15:37 +0000)
committerPasi Kallinen <paxed@alt.org>
Mon, 3 Oct 2011 15:37:26 +0000 (15:37 +0000)
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@602 db0b04b0-f4d1-0310-9a6d-de3e77497b0e

dgl-common.c

index 6c93e744d5884e37ccb1ae536b550fb96c0e3a50..2019bfcf83e42f40bdf135273cd73d9ff19707a7 100644 (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;