From dc83f3f316dc4b28b5444db0e66bc306f8cd262c Mon Sep 17 00:00:00 2001 From: Patrick Lu Date: Mon, 19 Jul 1999 13:04:24 -0500 Subject: [svn-r1512] moved the array before the string in the struct for tstr.h5 --- tools/h5dumptst.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/h5dumptst.c b/tools/h5dumptst.c index 3bcd7a6..d11037d 100644 --- a/tools/h5dumptst.c +++ b/tools/h5dumptst.c @@ -1053,8 +1053,8 @@ char string4[3][20] = { "s1234567890123456789", "s1234567890123456789", hsize_t dims5[] = { 3, 6}; typedef struct { - char s[12][32]; int a[8][10]; + char s[12][32]; } compound_t; compound_t comp1[3][6]; size_t mdims[2]; -- cgit v0.12