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

Fix title on comSetFlowControl() failure message in SyncTERM

parent 0e6853ae
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
......@@ -284,7 +284,7 @@ int modem_connect(struct bbslist *bbs)
if (!comSetFlowControl(com, bbs->flow_control)) {
conn_api.close();
if (!bbs->hidepopups) {
uifcmsg(respbuf, "`Failed to set Flow Control`\n\n"
uifcmsg("Failed to set Flow Control", "`Failed to set Flow Control`\n\n"
"SyncTERM was unable to set flow control.\n");
}
return(-1);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment