diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 1998-07-23 23:29:44 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 1998-07-23 23:29:44 (GMT) |
commit | 86a68d5e4671da7f5cbf0ca3274153ab139c19bb (patch) | |
tree | c871b58dcf827531b1115ef8f18d905f767bb402 /src/H5S.c | |
parent | 451404ceeeb7bae6cad56a856d097a8ed3f69576 (diff) | |
download | hdf5-86a68d5e4671da7f5cbf0ca3274153ab139c19bb.zip hdf5-86a68d5e4671da7f5cbf0ca3274153ab139c19bb.tar.gz hdf5-86a68d5e4671da7f5cbf0ca3274153ab139c19bb.tar.bz2 |
[svn-r539] Added H5Sselect_all code
Diffstat (limited to 'src/H5S.c')
-rw-r--r-- | src/H5S.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -396,7 +396,7 @@ H5Sextent_copy (hid_t dst_id,hid_t src_id) /* Copy */ if (H5S_extent_copy(&(dst->extent),&(src->extent))<0) - HRETURN_ERROR(H5E_DATASPACE, H5E_CANTCOPY, NULL, "can't copy extent"); + HRETURN_ERROR(H5E_DATASPACE, H5E_CANTCOPY, FAIL, "can't copy extent"); FUNC_LEAVE (ret_value); } |