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

For SIF output file (SOF) code to upper case

parent a5488ee8
No related branches found
No related tags found
No related merge requests found
......@@ -1543,7 +1543,7 @@ void sys_cfg(void)
;
uifc.input(WIN_MID|WIN_SAV,0,0
,"SIF Questionnaire for Reviewing User Input"
,str,LEN_CODE,K_EDIT);
,str,LEN_CODE,K_UPPER|K_EDIT);
if(!str[0] || code_ok(str))
strcpy(cfg.new_sof,str);
else
......
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