0
1
mirror of https://github.com/radio95-rnt/fm95.git synced 2026-02-27 03:23:54 +01:00

fix access denied errors

This commit is contained in:
2025-06-28 15:45:22 +02:00
parent 29fc066376
commit 6cea5eee19
3 changed files with 11 additions and 21 deletions

View File

@@ -372,6 +372,7 @@ int main(int argc, char **argv) {
}
FM95_Runtime runtime;
memset(&runtime, 0, sizeof(runtime));
int mpx_on = (strlen(mpx_device_name) != 0);
int rds_on = (strlen(rds_device_name) != 0 && config.rds_streams != 0);