diff options
author | Mohamad Chaarawi <chaarawi@hdfgroup.org> | 2015-04-16 13:55:27 (GMT) |
---|---|---|
committer | Mohamad Chaarawi <chaarawi@hdfgroup.org> | 2015-04-16 13:55:27 (GMT) |
commit | b5188673f70ab4f144a9b2927ce43ce407b0c8b8 (patch) | |
tree | 5fa8b99b61eeed099ad6a2a8d78b080cd0dc847f /src/H5Ddeprec.c | |
parent | 6b8492bf99637a092886e7cb5d75ea4389da42d7 (diff) | |
download | hdf5-b5188673f70ab4f144a9b2927ce43ce407b0c8b8.zip hdf5-b5188673f70ab4f144a9b2927ce43ce407b0c8b8.tar.gz hdf5-b5188673f70ab4f144a9b2927ce43ce407b0c8b8.tar.bz2 |
[svn-r26824] merge 26771 and 26777 from trunk.
Fix internal H5AC dxpl usage in the library.
tested with h5committest.
Diffstat (limited to 'src/H5Ddeprec.c')
-rw-r--r-- | src/H5Ddeprec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Ddeprec.c b/src/H5Ddeprec.c index 04cf032..0b2fee6 100644 --- a/src/H5Ddeprec.c +++ b/src/H5Ddeprec.c @@ -233,7 +233,7 @@ H5Dopen1(hid_t loc_id, const char *name) H5O_type_t obj_type; /* Type of object at location */ hbool_t loc_found = FALSE; /* Location at 'name' found */ hid_t dapl_id = H5P_DATASET_ACCESS_DEFAULT; /* dapl to use to open dataset */ - hid_t dxpl_id = H5AC_dxpl_id; /* dxpl to use to open datset */ + hid_t dxpl_id = H5AC_ind_dxpl_id; /* dxpl to use to open datset */ hid_t ret_value; FUNC_ENTER_API(FAIL) |