From c1854d914970fafd4baf7d8c9e6a9d27d68f7f0e Mon Sep 17 00:00:00 2001 From: Matthias Hopf Date: Thu, 13 Jul 2006 09:50:14 +0000 Subject: Added missing NULL sentinel. CVS patchset: 8127 CVS date: 2006/07/13 09:50:14 --- src/input/input_dvb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/input/input_dvb.c b/src/input/input_dvb.c index 28d10caaf..8d06cb61e 100644 --- a/src/input/input_dvb.c +++ b/src/input/input_dvb.c @@ -2512,7 +2512,7 @@ static off_t dvb_plugin_read (input_plugin_t *this_gen, /* no data for several seconds - tell the user a possible reason */ if(this->read_failcount==5){ - _x_message(this->stream,1,"DVB Signal Lost. Please check connections."); + _x_message(this->stream,1,"DVB Signal Lost. Please check connections.", NULL); } #ifdef DVB_NO_BUFFERING if(this->newchannel){ -- cgit v1.2.3