From bf0290c43b995acef3daae107dcc59107a89934c Mon Sep 17 00:00:00 2001 From: KubaPro010 Date: Sun, 23 Mar 2025 21:34:12 +0100 Subject: [PATCH] that was worse --- src/rds.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rds.c b/src/rds.c index 623b67b..33c8b44 100644 --- a/src/rds.c +++ b/src/rds.c @@ -437,7 +437,7 @@ static uint8_t get_rds_custom_groups2(RDSEncoder* enc, uint16_t *blocks) { static void get_rds_sequence_group(RDSEncoder* enc, uint16_t *blocks, char* grp, uint8_t stream) { uint8_t udg_idx; - uint8_t idx_seq = (stream == 0) ? 1 : 2; + uint8_t idx_seq = (stream == 0) ? 1 : 3; switch (*grp) { default: