summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorVailin Choi <vchoi@jam.ad.hdfgroup.org>2019-02-05 23:04:04 (GMT)
committerVailin Choi <vchoi@jam.ad.hdfgroup.org>2019-02-05 23:04:04 (GMT)
commite272e64e7492a934c456f652ce023a8952e727b3 (patch)
tree2a24e2a6241f60f45325b5a9448d7173814f1f39 /src
parent34f028070e9e737a6eb25fc7296de47dbfed4eba (diff)
downloadhdf5-e272e64e7492a934c456f652ce023a8952e727b3.zip
hdf5-e272e64e7492a934c456f652ce023a8952e727b3.tar.gz
hdf5-e272e64e7492a934c456f652ce023a8952e727b3.tar.bz2
Modification based on feedback from pull request.
Diffstat (limited to 'src')
-rw-r--r--src/H5C.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5C.c b/src/H5C.c
index d53e0ca..c1d9d17 100644
--- a/src/H5C.c
+++ b/src/H5C.c
@@ -327,7 +327,7 @@ H5C_create(size_t max_cache_size,
/* Tagging Field Initializations */
cache_ptr->ignore_tags = FALSE;
- cache_ptr->num_objs_corked = FALSE;
+ cache_ptr->num_objs_corked = 0;
cache_ptr->slist_changed = FALSE;
cache_ptr->slist_len = 0;