diff options
-rw-r--r-- | fortran/src/H5match_types.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fortran/src/H5match_types.c b/fortran/src/H5match_types.c index ef0a1f3..89ea786 100644 --- a/fortran/src/H5match_types.c +++ b/fortran/src/H5match_types.c @@ -152,7 +152,7 @@ int main(void) int FoundRealSize[10]; int FoundRealSizeKind[10]; int i, j,flag; - char chrA[20],chrB[20]; + char chrA[32],chrB[32]; int H5_C_HAS_REAL_NATIVE_16; int IntKinds[] = H5_FORTRAN_INTEGER_KINDS; |