summaryrefslogtreecommitdiffstats
path: root/input/ipc-win.c
diff options
context:
space:
mode:
Diffstat (limited to 'input/ipc-win.c')
-rw-r--r--input/ipc-win.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/input/ipc-win.c b/input/ipc-win.c
index 8bfbaf409b..727a8cca73 100644
--- a/input/ipc-win.c
+++ b/input/ipc-win.c
@@ -450,7 +450,7 @@ done:
struct mp_ipc_ctx *mp_init_ipc(struct mp_client_api *client_api,
struct mpv_global *global)
{
- struct MPOpts *opts = mp_get_config_group(NULL, global, GLOBAL_CONFIG);
+ struct MPOpts *opts = mp_get_config_group(NULL, global, &mp_opt_root);
struct mp_ipc_ctx *arg = talloc_ptrtype(NULL, arg);
*arg = (struct mp_ipc_ctx){