Commit a7b45ce8 authored by Pierre Ynard's avatar Pierre Ynard

skins: typo

p_playlist() -> p_playlist ???
parent ad1d316e
...@@ -49,7 +49,7 @@ void Volume::set( float percentage ) ...@@ -49,7 +49,7 @@ void Volume::set( float percentage )
{ {
VarPercent::set( percentage ); VarPercent::set( percentage );
aout_VolumeSet( getIntf()->p_sys->p_playlist(), aout_VolumeSet( getIntf()->p_sys->p_playlist,
(int)(get() * AOUT_VOLUME_MAX / 2.0) ); (int)(get() * AOUT_VOLUME_MAX / 2.0) );
} }
} }
......
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