aboutsummaryrefslogtreecommitdiffstats
path: root/src/callproc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/callproc.c')
-rw-r--r--src/callproc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/callproc.c b/src/callproc.c
index 4473b19a297..20e0bc50dab 100644
--- a/src/callproc.c
+++ b/src/callproc.c
@@ -1598,6 +1598,8 @@ init_callproc (void)
1598 Lisp_Object path_game = build_unibyte_string (PATH_GAME); 1598 Lisp_Object path_game = build_unibyte_string (PATH_GAME);
1599 if (file_accessible_directory_p (path_game)) 1599 if (file_accessible_directory_p (path_game))
1600 gamedir = path_game; 1600 gamedir = path_game;
1601 else if (errno != ENOENT && errno != ENOTDIR)
1602 dir_warning ("game dir", path_game);
1601 } 1603 }
1602 Vshared_game_score_directory = gamedir; 1604 Vshared_game_score_directory = gamedir;
1603} 1605}