From 0f6bdecec4561e7475c31ef8434785d9855001bc Mon Sep 17 00:00:00 2001 From: Darren Salt Date: Sun, 13 May 2007 03:38:43 +0100 Subject: Correct the dvba:// MRL / tuner mismatch message. --- src/input/input_dvb.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/input/input_dvb.c b/src/input/input_dvb.c index ae7c0c21e..6536af8d8 100644 --- a/src/input/input_dvb.c +++ b/src/input/input_dvb.c @@ -2899,13 +2899,13 @@ static int dvb_plugin_open(input_plugin_t * this_gen) { fprintf(stderr,"input_dvb: 2a %x\n",tuner->feinfo.type); /* - * This is dvbc://: + * This is dvba://: */ if (tuner->feinfo.type != FE_ATSC) { fprintf(stderr,"input_dvb: FAILED 1\n"); xprintf(this->class->xine, XINE_VERBOSITY_LOG, - _("input_dvb: dvbc mrl specified but the tuner doesn't appear to be QAM (DVB-C)\n")); + _("input_dvb: dvba mrl specified but the tuner doesn't appear to be ATSC (DVB-A)\n")); tuner_dispose(tuner); return 0; } -- cgit v1.2.3