mirror of
https://github.com/radio95-rnt/rds95.git
synced 2026-02-26 20:33:53 +01:00
bruh
This commit is contained in:
@@ -61,7 +61,7 @@ void poll_udp_server() {
|
|||||||
|
|
||||||
memset(cmd_output, 0, BUF_SIZE);
|
memset(cmd_output, 0, BUF_SIZE);
|
||||||
process_ascii_cmd(mod, cmd_buf, cmd_output);
|
process_ascii_cmd(mod, cmd_buf, cmd_output);
|
||||||
run_lua(cmd, NULL);
|
run_lua(cmd_buf, NULL);
|
||||||
|
|
||||||
size_t out_len = strlen(cmd_output);
|
size_t out_len = strlen(cmd_output);
|
||||||
if (out_len > 0) {
|
if (out_len > 0) {
|
||||||
|
|||||||
Reference in New Issue
Block a user