From: Andreas Ă–man Date: Thu, 4 Feb 2010 19:39:00 +0000 (+0000) Subject: Uh, fix a bunch of compile errors. What did I smoke? X-Git-Tag: 2.12~260 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8d665eb013ab710937cd36240a1666ddf8147ff0;p=thirdparty%2Ftvheadend.git Uh, fix a bunch of compile errors. What did I smoke? --- diff --git a/src/transports.c b/src/transports.c index dd772b5bf..49af1cecf 100644 --- a/src/transports.c +++ b/src/transports.c @@ -46,6 +46,7 @@ #include "serviceprobe.h" #include "atomic.h" #include "dvb/dvb.h" +#include "htsp.h" #define TRANSPORT_HASH_WIDTH 101 @@ -1054,6 +1055,6 @@ transport_tss2text(int flags) void transport_refresh_channel(th_transport_t *t) { - if(t->tht_channel != NULL) - htsp_channel_update(t->tht_channel); + if(t->tht_ch != NULL) + htsp_channel_update(t->tht_ch); }