summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBastien Nocera <hadess@users.sourceforge.net>2003-10-10 11:37:43 +0000
committerBastien Nocera <hadess@users.sourceforge.net>2003-10-10 11:37:43 +0000
commitf78afe226365f13e9b456e1bb1076f3a3b7c5812 (patch)
treee87552e4b51c1d386a54e9383d16ecce3025cbd4 /src
parent00262ac20a76b28abb5aae563c929ec4e0c7694d (diff)
downloadxine-lib-f78afe226365f13e9b456e1bb1076f3a3b7c5812.tar.gz
xine-lib-f78afe226365f13e9b456e1bb1076f3a3b7c5812.tar.bz2
- fix segfault trying to listen to the radio, patch from Jeroen Asselman <j.asselman@itsec-ps.nl>
CVS patchset: 5478 CVS date: 2003/10/10 11:37:43
Diffstat (limited to 'src')
-rw-r--r--src/input/input_v4l.c2
1 files changed, 1 insertions, 1 deletions
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);