b->ruleCount = byteCount / sizeof (struct tr_ipv4_range);
base = tr_basename (b->filename);
- tr_logAddInfo (_("Blocklist \"%s\" contains %zu entries"), base, b->ruleCount);
+ tr_logAddInfo (_("Blocklist \"%s\" contains %"TR_PRIuSIZE" entries"), base, b->ruleCount);
tr_free (base);
}
else
{
char * base = tr_basename (b->filename);
- tr_logAddInfo (_("Blocklist \"%s\" updated with %zu entries"), base, ranges_count);
+ tr_logAddInfo (_("Blocklist \"%s\" updated with %"TR_PRIuSIZE" entries"), base, ranges_count);
tr_free (base);
}