From 8ff89e414770a922e45eee829b672aceb10ea609 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Wed, 13 Feb 2019 10:30:59 +0100 Subject: Simplify and use isProgramme where possible --- src/fig/FIG0_2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/fig/FIG0_2.cpp') diff --git a/src/fig/FIG0_2.cpp b/src/fig/FIG0_2.cpp index 0b6cd87..c9f8371 100644 --- a/src/fig/FIG0_2.cpp +++ b/src/fig/FIG0_2.cpp @@ -193,7 +193,7 @@ FillStatus FIG0_2::fill(uint8_t *buf, size_t max_size) break; } - if (type == subchannel_type_t::DABPlusAudio || type == subchannel_type_t::DABAudio) { + if (type == subchannel_type_t::DABPlusAudio or type == subchannel_type_t::DABAudio) { auto fig0_2serviceAudio = (FIGtype0_2_Service*)buf; fig0_2serviceAudio->SId = htons((*serviceFIG0_2)->id); -- cgit v1.2.3