From 003a86e772fd328841a14c689ccab681c092df31 Mon Sep 17 00:00:00 2001 From: Raymond Lu Date: Tue, 20 Feb 2007 11:20:41 -0500 Subject: [svn-r13348] Minor change - a void pointer wasn't cast to a byte pointer. --- src/H5Tconv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/H5Tconv.c b/src/H5Tconv.c index 4c0cc40..f151a1a 100644 --- a/src/H5Tconv.c +++ b/src/H5Tconv.c @@ -2904,7 +2904,7 @@ H5T_conv_vlen(hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, uint8_t *tmp_p; /* TMP_P is reset each time in the loop because DST_BASE_SIZE may include some data in addition to VL info. - SLU */ for(u=seq_len; u0) { H5F_addr_decode(dst->shared->u.vlen.f, (const uint8_t **)&tmp_p, &(parent_hobjid.addr)); -- cgit v0.12