]> git.sesse.net Git - vlc/commitdiff
*whistle* ladada
authorRémi Denis-Courmont <rdenis@simphalempin.com>
Wed, 13 Aug 2008 18:18:04 +0000 (21:18 +0300)
committerRémi Denis-Courmont <rdenis@simphalempin.com>
Wed, 13 Aug 2008 18:19:20 +0000 (21:19 +0300)
src/input/vlm.c

index cab05e0f2a41c71c42135f58b9b17b0a75ba3c32..ee1db934503c7956d5799f9557f6bc1ca0f161cd 100644 (file)
@@ -126,7 +126,7 @@ vlm_t *__vlm_New ( vlc_object_t *p_this )
         msg_Dbg( p_this, "loading VLM configuration" );
         if( asprintf(&psz_buffer, "load %s", psz_vlmconf ) != -1 )
         {
-            msg_Dbg( p_this, psz_buffer );
+            msg_Dbg( p_this, "%s", psz_buffer );
             if( vlm_ExecuteCommand( p_vlm, psz_buffer, &p_message ) )
                 msg_Warn( p_this, "error while loading the configuration file" );