summaryrefslogtreecommitdiffstats
path: root/src/H5F.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2009-08-18 20:22:14 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2009-08-18 20:22:14 (GMT)
commit347c41995bfbf01e52fc4636297138b2a1ab3f45 (patch)
treef4f1ac983cd48b11c7426da00c072b7e14dd519e /src/H5F.c
parentcf421eaa74d9a5c50263b42cfeb8c55453ca985f (diff)
downloadhdf5-347c41995bfbf01e52fc4636297138b2a1ab3f45.zip
hdf5-347c41995bfbf01e52fc4636297138b2a1ab3f45.tar.gz
hdf5-347c41995bfbf01e52fc4636297138b2a1ab3f45.tar.bz2
[svn-r17376] Description:
Make similar change to windows VFD as sec2 VFD, when converting from a family file to a single file. Tweak file sizes expected for parallel tests. Tested on: tg-login3, w/parallel Windows (post facto)
Diffstat (limited to 'src/H5F.c')
-rw-r--r--src/H5F.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5F.c b/src/H5F.c
index 85ad71d..70f00df 100644
--- a/src/H5F.c
+++ b/src/H5F.c
@@ -2837,7 +2837,7 @@ H5Fget_info(hid_t obj_id, H5F_info_t *finfo)
/* Check for superblock extension info */
if(H5F_super_size(f, H5AC_ind_dxpl_id, NULL, &finfo->super_ext_size) < 0)
- HGOTO_ERROR(H5E_FILE, H5E_CANTGET, FAIL, "Unable to retrieve superblock sizes")
+ HGOTO_ERROR(H5E_FILE, H5E_CANTGET, FAIL, "Unable to retrieve superblock extension size")
/* Check for SOHM info */
if(H5F_addr_defined(f->shared->sohm_addr))