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

Fix BSD builds

parent e37e0803
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #4336 failed
......@@ -465,7 +465,7 @@ pty_connect(struct bbslist *bbs)
ts.c_cc[VEOL2] = CEOL;
#endif
#ifdef VERASE2
ts.c_cc[VERASE2] = CTRL(h);
ts.c_cc[VERASE2] = CTRL('h');
#endif
#ifdef VDSUSP
ts.c_cc[VDSUSP] = CDSUSP;
......
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