From: Christos Zoulas Date: Thu, 21 Apr 2016 14:27:37 +0000 (+0000) Subject: grr, people have ancient compilers still. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=419e91f417293536ab1dc47ab340f847b8c55257;p=file grr, people have ancient compilers still. --- diff --git a/src/cdf.h b/src/cdf.h index cee8d771..ed4e4085 100644 --- a/src/cdf.h +++ b/src/cdf.h @@ -277,7 +277,7 @@ typedef struct { typedef struct { size_t cat_num; - cdf_catalog_entry_t cat_e[0]; + cdf_catalog_entry_t cat_e[1]; } cdf_catalog_t; struct timespec;