From 5247416735e86417d466f0137cf907b5921602a1 Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 13 Feb 2015 22:51:38 +0100 Subject: Fix build on OSX broken by previous commit Hopefully. --- player/configfiles.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'player') diff --git a/player/configfiles.c b/player/configfiles.c index 740484d7e2..466f248b04 100644 --- a/player/configfiles.c +++ b/player/configfiles.c @@ -103,7 +103,7 @@ void mp_parse_cfgfiles(struct MPContext *mpctx) // Stupid hack to set OSX bundle defaults, if applicable. (The file is only // found if starting from the OSX bundle.) #if HAVE_COCOA - load_all_cfgfiles(mpctx, section, "osx-bundle.conf"); + load_all_cfgfiles(mpctx, section, "osx-bundle.conf", false); #endif int count = load_all_cfgfiles(mpctx, section, "mpv.conf", false); -- cgit v1.2.3