From 94d21eed9f17e5229542ad6653b9ff4c81724de7 Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Mon, 15 Aug 2005 09:24:16 -0500 Subject: [svn-r11248] Purpose: Code cleanup Description: Fix minor difference in datatype conversion exception callback routine. Platforms tested: FreeBSD 4.11 (sleipnir) w/C++ --- test/dt_arith.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v0.12