Skip to content
Snippets Groups Projects
Commit 7df624d8 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Don't use K_WRAP here, it's not even a UIFC "thing"

parent 9fd4ae6c
No related branches found
No related tags found
No related merge requests found
......@@ -207,7 +207,7 @@ int dospy(scfg_t *cfg, int nodenum, bbs_startup_t *bbs_startup) {
int sendmessage(scfg_t *cfg, int nodenum,node_t *node) {
char str[80],str2[80];
uifc.input(WIN_MID|WIN_SAV,0,0,"Telegram",str2,58,K_WRAP|K_MSG);
uifc.input(WIN_MID|WIN_SAV,0,0,"Telegram",str2,58,K_MSG);
SAFEPRINTF(str,"\1n\1y\1hMessage From Sysop:\1w %s\r\n",str2);
if(getnodedat(cfg,nodenum,node,FALSE,NULL))
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