mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-30 18:08:44 +00:00
Mmmm, GIT_FLEX_ARRAY
This commit is contained in:
parent
ba02079f2d
commit
7f6db0ad12
@ -16,7 +16,7 @@ typedef struct git_blame__origin {
|
|||||||
struct git_blame__origin *previous;
|
struct git_blame__origin *previous;
|
||||||
git_commit *commit;
|
git_commit *commit;
|
||||||
git_blob *blob;
|
git_blob *blob;
|
||||||
char path[];
|
char path[GIT_FLEX_ARRAY];
|
||||||
} git_blame__origin;
|
} git_blame__origin;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user