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

Update to new sbbs_write_ini() usage, hard-code backup level to 10 (for now)

parent d9f966fa
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #4035 failed
...@@ -2256,6 +2256,7 @@ bool __fastcall TMainForm::SaveIniSettings(TObject* Sender) ...@@ -2256,6 +2256,7 @@ bool __fastcall TMainForm::SaveIniSettings(TObject* Sender)
bool success = sbbs_write_ini(fp bool success = sbbs_write_ini(fp
,&cfg ,&cfg
,10 /* backup_level */
,&global ,&global
,SysAutoStart ,&bbs_startup ,SysAutoStart ,&bbs_startup
,FtpAutoStart ,&ftp_startup ,FtpAutoStart ,&ftp_startup
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment