summaryrefslogtreecommitdiffstats
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)
if (!rb->file_exists (filename))
{
- fd = rb->creat (filename);
+ fd = rb->creat(filename, 0666);
}
else
{