From 2c5afb0ffa363c3a43a12757a30598f835628a88 Mon Sep 17 00:00:00 2001 From: KubaPro010 Date: Sat, 11 Jul 2026 22:43:18 +0200 Subject: [PATCH] i even closed vs code man --- src/fm95.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fm95.c b/src/fm95.c index 31198f0..617302e 100644 --- a/src/fm95.c +++ b/src/fm95.c @@ -586,7 +586,7 @@ static void *handle_client(ipc_client_arg_t *arg) { // Set RDS streams memcpy(&bval, buf + 1, 1); data->config->rds_streams = bval; - data->config->volumes.audio = calculate_sharedaudio_volume(config.volumes, config.rds_streams); + data->config->volumes.audio = calculate_sharedaudio_volume(data->config->volumes, bval); reply = 0; break; case 0xfe: