diff options
author | Mohamad Chaarawi <chaarawi@hdfgroup.org> | 2013-07-11 13:44:08 (GMT) |
---|---|---|
committer | Mohamad Chaarawi <chaarawi@hdfgroup.org> | 2013-07-11 13:44:08 (GMT) |
commit | f772c1110e4cc158be91bdc1a5ef13e5ed596d15 (patch) | |
tree | 1ea9b2e9f9a57f956486ccc0d5a5cf8ffa3a1b8c /src/H5Pfapl.c | |
parent | 4aae26caf044455c2da76a7209ddce388ff13c7e (diff) | |
download | hdf5-f772c1110e4cc158be91bdc1a5ef13e5ed596d15.zip hdf5-f772c1110e4cc158be91bdc1a5ef13e5ed596d15.tar.gz hdf5-f772c1110e4cc158be91bdc1a5ef13e5ed596d15.tar.bz2 |
[svn-r23887] add the VOL error code to H5err.txt
rerun reconfigure. All the other changes must be due to different autotools versions used before.
Diffstat (limited to 'src/H5Pfapl.c')
-rw-r--r-- | src/H5Pfapl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Pfapl.c b/src/H5Pfapl.c index b78df3d..82833c1 100644 --- a/src/H5Pfapl.c +++ b/src/H5Pfapl.c @@ -2088,7 +2088,7 @@ H5Pset_vol(hid_t plist_id, hid_t new_vol_id, const void *new_vol_info) herr_t ret_value = SUCCEED; /* Return value */ FUNC_ENTER_API(FAIL) - H5TRACE2("e", "ii", plist_id, new_vol_id); + H5TRACE3("e", "ii*x", plist_id, new_vol_id, new_vol_info); /* Check arguments */ if(NULL == (plist = (H5P_genplist_t *)H5I_object_verify(plist_id, H5I_GENPROP_LST))) |