revision.c: use proper data type in call to sizeof() within xrealloc
commitd0f19d0471792ace6d440c2789ce42227f07e69e
authorBrandon Casey <casey@nrlssc.navy.mil>
Thu, 13 Nov 2008 20:20:37 +0000 (13 14:20 -0600)
committerJunio C Hamano <gitster@pobox.com>
Sat, 15 Nov 2008 05:41:19 +0000 (14 21:41 -0800)
tree0572436954b60766924a11758105173cfefe9352
parente9854a767208776f4745922945f0982ef5caab66
revision.c: use proper data type in call to sizeof() within xrealloc

A type char** was being used instead of char*.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
revision.c