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

Fix build error result from previous commit

Removed backup_level option from save_cfg()
parent 269f2795
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #4044 passed
......@@ -311,7 +311,7 @@ void __fastcall TConfigWizard::NextButtonClick(TObject *Sender)
scfg.sys_misc&=~SM_USRVDELM;
}
scfg.new_install=FALSE;
if(!save_cfg(&scfg,0)) {
if(!save_cfg(&scfg)) {
Application->MessageBox("Error saving configuration"
,"ERROR",MB_OK|MB_ICONEXCLAMATION);
} else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment