X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=commit.c;h=56192587afa7454e5db8c5ac3e4a937c1f0694ea;hb=fb2af0375bcef9f5f5cbb1f4dc9f81459ce1f4b1;hp=e51eda15243614d83948f31ee3814120ad61b1fe;hpb=f76412ed6dbf2f9863115ee38f4198368dbaf7b1;p=git.git diff --git a/commit.c b/commit.c index e51eda15..56192587 100644 --- a/commit.c +++ b/commit.c @@ -102,7 +102,7 @@ static unsigned long parse_commit_date(const char *buf) static struct commit_graft { unsigned char sha1[20]; int nr_parent; - unsigned char parent[0][20]; /* more */ + unsigned char parent[][20]; /* more */ } **commit_graft; static int commit_graft_alloc, commit_graft_nr;