From 0b225a010b4e3b209da5811581796f9463bdd1eb Mon Sep 17 00:00:00 2001 From: Christos Zoulas Date: Thu, 21 Apr 2016 14:27:37 +0000 Subject: [PATCH] grr, people have ancient compilers still. --- src/cdf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.40.0