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

Let's make that semfile just sound.mute

parent a88cce19
Branches
Tags
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #1955 passed
......@@ -3691,7 +3691,7 @@ BOOL set_sysop_availability(scfg_t* scfg, BOOL available)
static char* sound_muted_semfile(scfg_t* scfg)
{
static char semfile[MAX_PATH+1];
SAFEPRINTF(semfile, "%ssound.muted", scfg->ctrl_dir);
SAFEPRINTF(semfile, "%ssound.mute", scfg->ctrl_dir);
return semfile;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment