From 294856add737cce10101c5820730fdf08aa76312 Mon Sep 17 00:00:00 2001 From: Mike Lampard Date: Thu, 21 Oct 2004 15:17:25 +0000 Subject: fix build problem due to misaligned patch CVS patchset: 7062 CVS date: 2004/10/21 15:17:25 --- src/input/input_dvb.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/input/input_dvb.c b/src/input/input_dvb.c index df656c107..d089db022 100644 --- a/src/input/input_dvb.c +++ b/src/input/input_dvb.c @@ -909,10 +909,11 @@ static void do_eit(dvb_input_plugin_t *this) int running_status=0; struct pollfd fd; foo=malloc(8192); - memset(foo,0,8192); char *buffer; int loops; int current_channel; + memset(foo,0,8192); + fd.fd = this->tuner->fd_pidfilter[EITFILTER]; fd.events = POLLPRI; -- cgit v1.2.3