From 22e43b229d111fcaaf325477ec5d555b8a545193 Mon Sep 17 00:00:00 2001 From: Robert Cameron Date: Sun, 20 May 2018 12:27:45 -0700 Subject: [PATCH] Missing union --- src/input/mpegts/mpegts_mux_dvb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.47.3