[vlc-devel] commit: Compile fix ( Rémi Denis-Courmont )

git version control git at videolan.org
Sat May 10 14:01:17 CEST 2008


vlc | branch: 0.8.6-bugfix | Rémi Denis-Courmont <rdenis at simphalempin.com> | Sat May 10 15:02:34 2008 +0300| [feb459c350f87a6dc63e50193a6be6a877b5f24d]

Compile fix

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=feb459c350f87a6dc63e50193a6be6a877b5f24d
---

 src/libvlc.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/libvlc.c b/src/libvlc.c
index 6387616..896b930 100644
--- a/src/libvlc.c
+++ b/src/libvlc.c
@@ -1067,7 +1067,7 @@ int VLC_VariableSet( int i_object, char const *psz_var, vlc_value_t value )
     if( !strncmp( psz_var, "conf::", 6 ) )
         psz_var += 6;
 
-    p_item = config_FindConfig( VLC_OBJECT(p_vlc), psz_newvar );
+    p_item = config_FindConfig( VLC_OBJECT(p_vlc), psz_var );
     if( !p_item )
         return VLC_ENOVAR;
 




More information about the vlc-devel mailing list