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

Allow 3 digit message base retry timeout

parent f48e62df
No related branches found
No related tags found
No related merge requests found
Pipeline #7118 passed
......@@ -1198,7 +1198,7 @@ void msg_opts()
ultoa(cfg.smb_retry_time,str,10);
uifc.input(WIN_MID|WIN_SAV,0,0
,"Maximum Message Base Retry Time (in seconds)"
,str,2,K_NUMBER|K_EDIT);
,str,3,K_NUMBER|K_EDIT);
cfg.smb_retry_time=atoi(str);
break;
case 2:
......
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