mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-21 01:04:10 +08:00
[svn-r8702] Purpose: Bug fix.
Description: After I added H5S_NULL dataspace dumper test, the output didn't match XML schema for attribute data. Solution: changed. Platforms tested: RH 8(fuss), only dumper is involved, minor change.
This commit is contained in:
parent
5fce886f93
commit
071756aa66
@ -2528,7 +2528,7 @@ H5Tconvert(hid_t src_id, hid_t dst_id, size_t nelmts, void *buf,
|
||||
herr_t ret_value=SUCCEED; /* Return value */
|
||||
|
||||
FUNC_ENTER_API(H5Tconvert, FAIL);
|
||||
H5TRACE6("e","iihxxi",src_id,dst_id,nelmts,buf,background,dxpl_id);
|
||||
H5TRACE6("e","iizxxi",src_id,dst_id,nelmts,buf,background,dxpl_id);
|
||||
|
||||
/* Check args */
|
||||
if (NULL==(src=H5I_object_verify(src_id,H5I_DATATYPE)) ||
|
||||
|
Loading…
Reference in New Issue
Block a user