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

Fix typo in previous commit.

parent 40752f29
No related branches found
No related tags found
No related merge requests found
......@@ -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