From e272e64e7492a934c456f652ce023a8952e727b3 Mon Sep 17 00:00:00 2001 From: Vailin Choi Date: Tue, 5 Feb 2019 17:04:04 -0600 Subject: Modification based on feedback from pull request. --- src/H5C.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v0.12