summaryrefslogtreecommitdiffstats
path: root/src/H5Fsuper_cache.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2015-06-29 15:19:34 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2015-06-29 15:19:34 (GMT)
commit89115b11b0ed2f51c6d80305301a60c7cba8c916 (patch)
tree114c6377c5cfd835d9abf86b62e143c9fb4dd79b /src/H5Fsuper_cache.c
parent8e94745298c2ceacf80b21f0d16e887217527916 (diff)
downloadhdf5-89115b11b0ed2f51c6d80305301a60c7cba8c916.zip
hdf5-89115b11b0ed2f51c6d80305301a60c7cba8c916.tar.gz
hdf5-89115b11b0ed2f51c6d80305301a60c7cba8c916.tar.bz2
[svn-r27294] Description:
Clean up parameters to H5C__flush_single_entry: accept cache entry instead of address, and make new flag for deleting entry from skiplist on destroy instead of a separate parameter to the routine. Tested on: MacOSX/64 10.10.3 (amazon) w/serial & parallel Linux/32 2.6.x (jam) w/serial & parallel
Diffstat (limited to 'src/H5Fsuper_cache.c')
-rw-r--r--src/H5Fsuper_cache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Fsuper_cache.c b/src/H5Fsuper_cache.c
index cf14770..8cc8299 100644
--- a/src/H5Fsuper_cache.c
+++ b/src/H5Fsuper_cache.c
@@ -470,7 +470,7 @@ H5F__cache_superblock_image_len(const void *_thing, size_t *image_len, hbool_t *
*image_len = (size_t)H5F_SUPERBLOCK_SIZE(sblock);
/* Set *compressed_ptr to FALSE unconditionally */
- *compressed_ptr;
+ *compressed_ptr = FALSE;
FUNC_LEAVE_NOAPI(SUCCEED)
} /* end H5F__cache_superblock_image_len() */