Skip to content
Snippets Groups Projects
Commit f78a7098 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Fix name of data event

parent edf54341
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #3525 failed
...@@ -821,7 +821,7 @@ int sbbs_t::external(const char* cmdline, long mode, const char* startup_dir) ...@@ -821,7 +821,7 @@ int sbbs_t::external(const char* cmdline, long mode, const char* startup_dir)
if(!(startup->options&BBS_OPT_NO_TELNET_GA)) if(!(startup->options&BBS_OPT_NO_TELNET_GA))
send_telnet_cmd(TELNET_GA,0); send_telnet_cmd(TELNET_GA,0);
} }
WaitForEvent(inbuf.data, 100); WaitForEvent(inbuf.data_event, 100);
} else } else
loop_since_io=0; loop_since_io=0;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment