summaryrefslogtreecommitdiff
path: root/apps/plugins/goban/goban.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/goban/goban.c')
-rw-r--r--apps/plugins/goban/goban.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/goban/goban.c b/apps/plugins/goban/goban.c
index 04b74b7f59..65a03f6953 100644
--- a/apps/plugins/goban/goban.c
+++ b/apps/plugins/goban/goban.c
@@ -243,7 +243,7 @@ plugin_start (const void *parameter)
243{ 243{
244 int btn; 244 int btn;
245 245
246 rb->mkdir ("/sgf"); 246 rb->mkdir (DEFAULT_SAVE_DIR);
247 247
248 global_setup (); 248 global_setup ();
249 249