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

For SIF output file (SOF) code to upper case

parent b6cdc473
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #3211 passed
...@@ -1543,7 +1543,7 @@ void sys_cfg(void) ...@@ -1543,7 +1543,7 @@ void sys_cfg(void)
; ;
uifc.input(WIN_MID|WIN_SAV,0,0 uifc.input(WIN_MID|WIN_SAV,0,0
,"SIF Questionnaire for Reviewing User Input" ,"SIF Questionnaire for Reviewing User Input"
,str,LEN_CODE,K_EDIT); ,str,LEN_CODE,K_UPPER|K_EDIT);
if(!str[0] || code_ok(str)) if(!str[0] || code_ok(str))
strcpy(cfg.new_sof,str); strcpy(cfg.new_sof,str);
else else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment