summaryrefslogtreecommitdiffstats
path: root/src/H5Fsuper_cache.c
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2015-01-06 18:11:13 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2015-01-06 18:11:13 (GMT)
commit0b3abc21a9e28146f5b0f7b311194be345aa7b41 (patch)
tree5f45bd47d6aaf5625aaed3cd241be60ec13e3405 /src/H5Fsuper_cache.c
parenteff102fbd94160ed50f1c01f3733665676594ad6 (diff)
parent5da20c221e2bad9c012ff4a32b5e76bc04e386be (diff)
downloadhdf5-0b3abc21a9e28146f5b0f7b311194be345aa7b41.zip
hdf5-0b3abc21a9e28146f5b0f7b311194be345aa7b41.tar.gz
hdf5-0b3abc21a9e28146f5b0f7b311194be345aa7b41.tar.bz2
[svn-r25962] - merge from trunk.
- add cmake support for h5extend tool, but not tests yet.
Diffstat (limited to 'src/H5Fsuper_cache.c')
-rw-r--r--src/H5Fsuper_cache.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5Fsuper_cache.c b/src/H5Fsuper_cache.c
index 6e940ca..4229874 100644
--- a/src/H5Fsuper_cache.c
+++ b/src/H5Fsuper_cache.c
@@ -496,6 +496,7 @@ H5F_sblock_load(H5F_t *f, hid_t dxpl_id, haddr_t UNUSED addr, void *_udata)
* but we need to set the EOA to something significant prior to this so
* we can read in the superblock extension. -MAM)
*/
+ /* (Account for the stored EOA being absolute offset -NAF) */
if(H5FD_set_eoa(lf, H5FD_MEM_SUPER, stored_eof - sblock->base_addr) < 0)
HGOTO_ERROR(H5E_FILE, H5E_CANTOPENFILE, NULL, "unable to set end-of-address marker for file")