summaryrefslogtreecommitdiff
path: root/apps/plugins/goban/util.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/goban/util.c')
-rw-r--r--apps/plugins/goban/util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/goban/util.c b/apps/plugins/goban/util.c
index 0e83173f40..bb78316346 100644
--- a/apps/plugins/goban/util.c
+++ b/apps/plugins/goban/util.c
@@ -221,7 +221,7 @@ create_or_open_file (const char *filename)
221 221
222 if (!rb->file_exists (filename)) 222 if (!rb->file_exists (filename))
223 { 223 {
224 fd = rb->creat (filename); 224 fd = rb->creat(filename, 0666);
225 } 225 }
226 else 226 else
227 { 227 {