]> git.sesse.net Git - vlc/blobdiff - src/libvlc.c
Use %s even if all strings are currently free of percent characters
[vlc] / src / libvlc.c
index f982be86405f86cb193f1ae41983f8926a927924..8c1f90717897ee8922d003fb1a4c18ddb5646539 100644 (file)
@@ -227,7 +227,7 @@ libvlc_int_t * libvlc_InternalCreate( void )
 #endif
 
     /* Announce who we are - Do it only for first instance ? */
-    msg_Dbg( p_libvlc, COPYRIGHT_MESSAGE );
+    msg_Dbg( p_libvlc, "%s", COPYRIGHT_MESSAGE );
     msg_Dbg( p_libvlc, "libvlc was configured with %s", CONFIGURE_LINE );
 
     /* Initialize mutexes */