Fix build on OSX broken by previous commit

Hopefully.

(cherry picked from commit 5247416735)
This commit is contained in:
wm4 2015-02-13 22:51:38 +01:00 committed by Diogo Franco (Kovensky)
parent f4263a811f
commit 63304b95a1
1 changed files with 1 additions and 1 deletions

View File

@ -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);