diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2005-08-15 14:24:16 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2005-08-15 14:24:16 (GMT) |
commit | 94d21eed9f17e5229542ad6653b9ff4c81724de7 (patch) | |
tree | f1700cec53d374f90f7742d9b03d3dfe88201371 /test | |
parent | 6b45f5172ccb4311e0be9ae15da3758abb6b0e67 (diff) | |
download | hdf5-94d21eed9f17e5229542ad6653b9ff4c81724de7.zip hdf5-94d21eed9f17e5229542ad6653b9ff4c81724de7.tar.gz hdf5-94d21eed9f17e5229542ad6653b9ff4c81724de7.tar.bz2 |
[svn-r11248] Purpose:
Code cleanup
Description:
Fix minor difference in datatype conversion exception callback routine.
Platforms tested:
FreeBSD 4.11 (sleipnir) w/C++
Diffstat (limited to 'test')
-rw-r--r-- | test/dt_arith.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dt_arith.c b/test/dt_arith.c index 6c481e6..8eeefff 100644 --- a/test/dt_arith.c +++ b/test/dt_arith.c @@ -463,7 +463,7 @@ reset_hdf5(void) *------------------------------------------------------------------------- */ static H5T_conv_ret_t -except_func(int except_type, hid_t UNUSED src_id, hid_t UNUSED dst_id, void UNUSED *src_buf, +except_func(H5T_conv_except_t except_type, hid_t UNUSED src_id, hid_t UNUSED dst_id, void UNUSED *src_buf, void *dst_buf, void *user_data) { H5T_conv_ret_t ret = H5T_CONV_HANDLED; |