builtin/blame.c::prepare_lines: fix allocation size of sb->lineno
authorDavid Kastrup <dak@gnu.org>
Sat, 8 Feb 2014 09:19:26 +0000 (10:19 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 24 Feb 2014 22:32:41 +0000 (14:32 -0800)
If we are calling xrealloc on every single line, the least we can do
is get the right allocation size.

Signed-off-by: David Kastrup <dak@gnu.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found