From f78afe226365f13e9b456e1bb1076f3a3b7c5812 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Fri, 10 Oct 2003 11:37:43 +0000 Subject: - fix segfault trying to listen to the radio, patch from Jeroen Asselman CVS patchset: 5478 CVS date: 2003/10/10 11:37:43 --- src/input/input_v4l.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/input/input_v4l.c b/src/input/input_v4l.c index 3df20d377..add768ce5 100644 --- a/src/input/input_v4l.c +++ b/src/input/input_v4l.c @@ -720,7 +720,7 @@ static int open_radio_capture_device(v4l_input_plugin_t *this) DBGPRINT("Opening radio device\n"); entry = this->stream->xine->config->lookup_entry( - this->stream->xine->config, "input.v4l_audio_device_path"); + this->stream->xine->config, "input.v4l_radio_device_path"); this->radio_fd = open(entry->str_value, O_RDWR); -- cgit v1.2.3