GIT 1.1.0
This commit is contained in:
@ -209,7 +209,7 @@ static int excluded(const char *pathname)
|
||||
|
||||
struct nond_on_fs {
|
||||
int len;
|
||||
char name[0];
|
||||
char name[FLEX_ARRAY]; /* more */
|
||||
};
|
||||
|
||||
static struct nond_on_fs **dir;
|
||||
|
||||
Reference in New Issue
Block a user