Commit 89452115 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Format string fix

parent 1a78a157
......@@ -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 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment