From 088031f6918a9a1bc95616f79612440f0bd2e7f5 Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 6 May 2014 01:06:07 +0200 Subject: options: fix "-" (stdin) input Input through stdin requires disabling the terminal layer, and commit 32c63f forgot to rename the option correctly. --- options/parse_commandline.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'options') diff --git a/options/parse_commandline.c b/options/parse_commandline.c index cd1e70053c..254dc3cba7 100644 --- a/options/parse_commandline.c +++ b/options/parse_commandline.c @@ -260,7 +260,7 @@ int m_config_parse_mp_command_line(m_config_t *config, struct playlist *files, // Lock stdin if it will be used as input if (bstrcmp0(file, "-") == 0) - m_config_set_option0(config, "input-console", "no"); + m_config_set_option0(config, "input-terminal", "no"); } } -- cgit v1.2.3