mirror of
https://github.com/radio95-rnt/rds95.git
synced 2026-07-30 16:59:15 +02:00
fix pcalls
This commit is contained in:
+1
-1
@@ -173,7 +173,7 @@ int main(int argc, char **argv) {
|
||||
init_rds_modulator(&rdsModulator, &rdsEncoder, config.num_streams);
|
||||
init_rds_encoder(&rdsEncoder);
|
||||
|
||||
if(open_udp_server(config.udp_port, &rdsModulator) == 0) {
|
||||
if(open_udp_server(config.udp_port) == 0) {
|
||||
printf("Reading control commands on UDP:%d.\n", config.udp_port);
|
||||
int r = pthread_create(&udp_server_thread, &attr, udp_server_worker, NULL);
|
||||
if (r < 0) {
|
||||
|
||||
Reference in New Issue
Block a user