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

git version control git at videolan.org
Sun Oct 26 18:19:39 CET 2008


vlc | branch: master | Rémi Denis-Courmont <rdenis at simphalempin.com> | Sun Oct 26 19:19:32 2008 +0200| [89452115d60f44f8640bfb6ab9299ec01d188423] | committer: Rémi Denis-Courmont 

Format string fix

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

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

diff --git a/src/modules/modules.c b/src/modules/modules.c
index 4a2ada2..75656b9 100644
--- a/src/modules/modules.c
+++ b/src/modules/modules.c
@@ -544,7 +544,7 @@ found_shortcut:
 
     /* Sort candidates by descending score */
     qsort (p_list, count, sizeof (p_list[0]), modulecmp);
-    msg_Dbg( p_this, "looking for %s module: %i candidate%s", psz_capability,
+    msg_Dbg( p_this, "looking for %s module: %zu candidate%s", psz_capability,
              count, count == 1 ? "" : "s" );
 
     /* Parse the linked list and use the first successful module */




More information about the vlc-devel mailing list