From 98cf8156078eb5256d77d01786863185a1728140 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Fri, 7 Apr 2006 16:48:09 -0700 Subject: count-delta: match get_delta_hdr_size() changes. Signed-off-by: Junio C Hamano diff --git a/count-delta.c b/count-delta.c index 058a2aa..54215df 100644 --- a/count-delta.c +++ b/count-delta.c @@ -32,8 +32,8 @@ int count_delta(void *delta_buf, unsigned long delta_size, data = delta_buf; top = delta_buf + delta_size; - src_size = get_delta_hdr_size(&data); - dst_size = get_delta_hdr_size(&data); + src_size = get_delta_hdr_size(&data, top); + dst_size = get_delta_hdr_size(&data, top); added_literal = copied_from_source = out = 0; while (data < top) { -- cgit v0.10.2-6-g49f6