]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Uh, fix a bunch of compile errors. What did I smoke?
authorAndreas Öman <andreas@lonelycoder.com>
Thu, 4 Feb 2010 19:39:00 +0000 (19:39 +0000)
committerAndreas Öman <andreas@lonelycoder.com>
Thu, 4 Feb 2010 19:39:00 +0000 (19:39 +0000)
src/transports.c

index dd772b5bf3dbcc2f2fa4a984594d99c505a9cb7e..49af1cecf070ed5c13c36adfd18a246edd246eba 100644 (file)
@@ -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);
 }