From 9c6378122e9bffab0f2d1b4daf71f5ba2889e15e Mon Sep 17 00:00:00 2001 From: Mike Lampard Date: Thu, 21 Oct 2004 18:25:08 +0000 Subject: fix build problem CVS patchset: 7063 CVS date: 2004/10/21 18:25:08 --- 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 d089db022..ff62ff5f8 100644 --- a/src/input/input_dvb.c +++ b/src/input/input_dvb.c @@ -908,10 +908,10 @@ static void do_eit(dvb_input_plugin_t *this) int current_next=0; int running_status=0; struct pollfd fd; - foo=malloc(8192); char *buffer; int loops; int current_channel; + foo=malloc(8192); memset(foo,0,8192); fd.fd = this->tuner->fd_pidfilter[EITFILTER]; -- cgit v1.2.3