]> git.sesse.net Git - vlc/commitdiff
rename to vlc_volume_set
authorAntoine Cellerier <dionoea@videolan.org>
Tue, 6 Dec 2005 18:52:53 +0000 (18:52 +0000)
committerAntoine Cellerier <dionoea@videolan.org>
Tue, 6 Dec 2005 18:52:53 +0000 (18:52 +0000)
modules/control/http/rpn.c

index 675aa658adaf920a03d491be42ab3891aed8dc44..7eb0073b8aad6c523f10e542ff15ddd5d3d7f3c6 100644 (file)
@@ -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;