X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=ls-files.c;h=e53d245884ab14f85824fd6c1b891481c8b1f849;hb=2c04662d89eaa55cecb6effd743c17051d1458ec;hp=0d79104e0dd16c77c10a7db43c1afce3fc733160;hpb=10d781b9caa4f71495c7b34963bef137216f86a8;p=git.git diff --git a/ls-files.c b/ls-files.c index 0d79104e..e53d2458 100644 --- a/ls-files.c +++ b/ls-files.c @@ -205,7 +205,7 @@ static int excluded(const char *pathname) struct nond_on_fs { int len; - char name[]; + char name[0]; }; static struct nond_on_fs **dir;