]> git.ipfire.org Git - thirdparty/git.git/commit - diff-delta.c
Initialize FAMs using `FLEX_ARRAY'.
authorFlorian Forster <octo@verplant.org>
Sun, 18 Jun 2006 15:18:04 +0000 (17:18 +0200)
committerJunio C Hamano <junkio@cox.net>
Mon, 19 Jun 2006 04:19:09 +0000 (21:19 -0700)
commit63f175693e46c8e1562e68a40086ec864f43886b
treec4543f44bde5386fd2bb269c6b7c0a15bc4bae34
parentcfd432e63d77478d913497a62827ed95c56dda73
Initialize FAMs using `FLEX_ARRAY'.

When initializing a `flexible array member' the macro `FLEX_ARRAY' should be
used. This was forgotten in `diff-delta.c'.

Signed-off-by: Florian Forster <octo@verplant.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
diff-delta.c