0
1
mirror of https://github.com/radio95-rnt/rds95.git synced 2026-02-27 04:43:52 +01:00

fix crash

This commit is contained in:
2025-12-22 19:24:46 +01:00
parent 40a184301b
commit 5d4c02bbe0
4 changed files with 10 additions and 3 deletions

View File

@@ -31,7 +31,6 @@ int open_udp_server(int port, RDSModulator* rds_mod) {
poller.events = POLLIN;
mod = rds_mod;
init_lua(rds_mod);
return 0;
}