Commit ddac8657 authored by Rémi Duraffort's avatar Rémi Duraffort

oss: fix segfault

parent 3629b93e
......@@ -358,7 +358,7 @@ static int MuteSet (audio_output_t *aout, bool mute)
static int DevicesEnum (audio_output_t *aout, char ***idp, char ***namep)
{
aout_sys_t *sys = sys;
aout_sys_t *sys = aout->sys;
int fd = sys->fd;
oss_sysinfo si;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment