diff options
author | Mike Lampard <mlampard@users.sourceforge.net> | 2004-10-21 18:25:08 +0000 |
---|---|---|
committer | Mike Lampard <mlampard@users.sourceforge.net> | 2004-10-21 18:25:08 +0000 |
commit | 9c6378122e9bffab0f2d1b4daf71f5ba2889e15e (patch) | |
tree | 3fd9db4531ea00e2b64b4a8d0e56658690619951 /src | |
parent | 294856add737cce10101c5820730fdf08aa76312 (diff) | |
download | xine-lib-9c6378122e9bffab0f2d1b4daf71f5ba2889e15e.tar.gz xine-lib-9c6378122e9bffab0f2d1b4daf71f5ba2889e15e.tar.bz2 |
fix build problem
CVS patchset: 7063
CVS date: 2004/10/21 18:25:08
Diffstat (limited to 'src')
-rw-r--r-- | src/input/input_dvb.c | 2 |
1 files changed, 1 insertions, 1 deletions
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]; |