$OpenBSD: patch-libtransmission_blocklist_c,v 1.3 2009/02/15 18:09:29 naddy Exp $
--- libtransmission/blocklist.c.orig	Sat Jan 17 16:25:46 2009
+++ libtransmission/blocklist.c	Tue Jan 20 20:59:57 2009
@@ -107,7 +107,7 @@ blocklistLoad( tr_blocklist * b )
 
     {
         char * base = tr_basename( b->filename );
-        tr_inf( _( "Blocklist \"%s\" contains %'zu entries" ), base, b->ruleCount );
+        tr_inf( _( "Blocklist \"%s\" contains %zu entries" ), base, b->ruleCount );
         tr_free( base );
     }
 }
@@ -300,7 +300,7 @@ _tr_blocklistSetContent( tr_blocklist * b,
 
     {
         char * base = tr_basename( b->filename );
-        tr_inf( _( "Blocklist \"%1$s\" updated with %2$'d entries" ), base, lineCount );
+        tr_inf( _( "Blocklist \"%1$s\" updated with %2$d entries" ), base, lineCount );
         tr_free( base );
     }
 
