X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/a4c58d92bfee0cf2e35ab1c5e828a6d790108a69..e4ddc8f72b5a7d8c55a6c2042c7b7f945ba4b1a2:/ui-diff.c diff --git a/ui-diff.c b/ui-diff.c index 0dcabe9..7ff7e46 100644 --- a/ui-diff.c +++ b/ui-diff.c @@ -92,7 +92,7 @@ static void print_fileinfo(struct fileinfo *info) info->old_path); html(""); if (info->binary) { - htmlf("bin%d -> %d bytes", + htmlf("bin%ld -> %ld bytes", info->old_size, info->new_size); return; }