X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=filters.c;h=6945d2f633d5765d524c8c42b1d1af22bdfd08f1;hp=cae3c846ff4a73d55cd63479212643d9f44898fb;hb=f66efec82a6bd567f6eac5a693e5bd0e7307062a;hpb=7d6c6c53d7283529cc1f7942f898ab4f3768a2f6;ds=sidebyside diff --git a/filters.c b/filters.c index cae3c846..6945d2f6 100644 --- a/filters.c +++ b/filters.c @@ -1959,7 +1959,8 @@ static char *gif_deanimate_response(struct client_state *csp) } else { - log_error(LOG_LEVEL_DEANIMATE, "Success! GIF shrunk from %d bytes to %d.", size, out->offset); + log_error(LOG_LEVEL_DEANIMATE, + "Success! GIF shrunk from %lu bytes to %lu.", size, out->offset); } csp->content_length = out->offset; csp->flags |= CSP_FLAG_MODIFIED;