]> granicus.if.org Git - file/commitdiff
grr, people have ancient compilers still.
authorChristos Zoulas <christos@zoulas.com>
Thu, 21 Apr 2016 14:27:37 +0000 (14:27 +0000)
committerChristos Zoulas <christos@zoulas.com>
Thu, 21 Apr 2016 14:27:37 +0000 (14:27 +0000)
src/cdf.h

index cee8d771e3ba8f89b764fa5852c27111f260a143..ed4e408532af1de3182ca93d5f460498ac27a0ce 100644 (file)
--- 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;