diff options
Diffstat (limited to 'src/H5FDstdio.c')
-rw-r--r-- | src/H5FDstdio.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5FDstdio.c b/src/H5FDstdio.c index d86dbac..d292727 100644 --- a/src/H5FDstdio.c +++ b/src/H5FDstdio.c @@ -144,6 +144,7 @@ static herr_t H5FD_stdio_flush(H5FD_t *_file); static const H5FD_class_t H5FD_stdio_g = { "stdio", /*name */ MAXADDR, /*maxaddr */ + H5F_CLOSE_WEAK, /* fc_degree */ NULL, /*sb_size */ NULL, /*sb_encode */ NULL, /*sb_decode */ |