Commit 0ec68fc6 authored by Antoine Cellerier's avatar Antoine Cellerier

rename to vlc_volume_set

parent faf9f7cd
......@@ -907,7 +907,7 @@ void E_(EvaluateRPN)( intf_thread_t *p_intf, mvar_t *vars,
msg_Dbg( p_intf, "requested to move playlist item %d to %d",
i_pos, i_newpos);
}
else if( !strcmp( s, "volume_set" ) )
else if( !strcmp( s, "vlc_volume_set" ) )
{
char *psz_vol = E_(SSPop)( st );
int i_value;
......
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