From: Robert Cameron Date: Sun, 20 May 2018 19:27:45 +0000 (-0700) Subject: Missing union X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=22e43b229d111fcaaf325477ec5d555b8a545193;p=thirdparty%2Ftvheadend.git Missing union --- diff --git a/src/input/mpegts/mpegts_mux_dvb.c b/src/input/mpegts/mpegts_mux_dvb.c index 185cdeb6f..c948b21a8 100644 --- a/src/input/mpegts/mpegts_mux_dvb.c +++ b/src/input/mpegts/mpegts_mux_dvb.c @@ -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,