]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Missing union
authorRobert Cameron <rob@rpcameron.net>
Sun, 20 May 2018 19:27:45 +0000 (12:27 -0700)
committerperexg <perex@perex.cz>
Thu, 7 Jun 2018 16:17:44 +0000 (18:17 +0200)
src/input/mpegts/mpegts_mux_dvb.c

index 185cdeb6fc43d8d3e4dc859affa955e639cf86ec..c948b21a8886d9a7d30104ac3738ebb5c520277b 100644 (file)
@@ -628,7 +628,7 @@ const idclass_t dvb_mux_cablecard_class =
       .id   = "vchan",
       .name = N_("Channel"),
       .desc = N_("The channel on the cable provider's network."),
-      .off  = offsetof(dvb_mux_t, lm_tuning.dmc_fe_cablecard.vchannel),
+      .off  = offsetof(dvb_mux_t, lm_tuning.u.dmc_fe_cablecard.vchannel),
     },
     {
       .type = PT_U32,