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

Fix typo in previous commit.

parent 6f32376b
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #1939 passed
......@@ -605,7 +605,7 @@ void sbbs_read_ini(
,iniGetString(list,section,strTempDirectory,global->temp_dir,value));
SAFECOPY(services->services_ini
,iniGetString(list, section, strIniFileName, "servicse.ini", value));
,iniGetString(list, section, strIniFileName, "services.ini", value));
SAFECOPY(services->answer_sound
,iniGetString(list,section,strAnswerSound,nulstr,value));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment