[vlc-devel] commit: *whistle* ladada ( Rémi Denis-Courmont )
git version control
git at videolan.org
Wed Aug 13 20:16:26 CEST 2008
vlc | branch: master | Rémi Denis-Courmont <rdenis at simphalempin.com> | Wed Aug 13 21:18:04 2008 +0300| [b8b592a174549d118ce7d42e4bb999b5bc356c24] | committer: Rémi Denis-Courmont
*whistle* ladada
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b8b592a174549d118ce7d42e4bb999b5bc356c24
---
src/input/vlm.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/input/vlm.c b/src/input/vlm.c
index cab05e0..ee1db93 100644
--- a/src/input/vlm.c
+++ b/src/input/vlm.c
@@ -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" );
More information about the vlc-devel
mailing list