diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2009-08-18 20:22:14 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2009-08-18 20:22:14 (GMT) |
commit | 347c41995bfbf01e52fc4636297138b2a1ab3f45 (patch) | |
tree | f4f1ac983cd48b11c7426da00c072b7e14dd519e /src/H5F.c | |
parent | cf421eaa74d9a5c50263b42cfeb8c55453ca985f (diff) | |
download | hdf5-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)) |