summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Hopf <mat@mshopf.de>2006-07-13 09:50:14 +0000
committerMatthias Hopf <mat@mshopf.de>2006-07-13 09:50:14 +0000
commitc1854d914970fafd4baf7d8c9e6a9d27d68f7f0e (patch)
treea4c3b0a51d724df2f73e04132c874a9d267936bb
parent73e04ac3396f24a63bfea52bd46fab6b75cc2a75 (diff)
downloadxine-lib-c1854d914970fafd4baf7d8c9e6a9d27d68f7f0e.tar.gz
xine-lib-c1854d914970fafd4baf7d8c9e6a9d27d68f7f0e.tar.bz2
Added missing NULL sentinel.
CVS patchset: 8127 CVS date: 2006/07/13 09:50:14
-rw-r--r--src/input/input_dvb.c2
1 files changed, 1 insertions, 1 deletions
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){