From 3fd05c2dda351f55ca4067ddfc841eed92640076 Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Tue, 3 Nov 2009 14:27:25 -0500 Subject: [svn-r17813] Description: Correct 'src' to 'dst' in error message for H5D_read. (Bz#1683) Tested on: Eyeballed only - too minor to require h5committest --- src/H5Dio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/H5Dio.c b/src/H5Dio.c index a4cf92f..62d2177 100644 --- a/src/H5Dio.c +++ b/src/H5Dio.c @@ -312,7 +312,7 @@ H5D_read(H5D_t *dataset, hid_t mem_type_id, const H5S_t *mem_space, if(!mem_space) mem_space = file_space; if((snelmts = H5S_GET_SELECT_NPOINTS(mem_space)) < 0) - HGOTO_ERROR(H5E_ARGS, H5E_BADVALUE, FAIL, "src dataspace has invalid selection") + HGOTO_ERROR(H5E_ARGS, H5E_BADVALUE, FAIL, "dst dataspace has invalid selection") H5_ASSIGN_OVERFLOW(nelmts,snelmts,hssize_t,hsize_t); /* Fill the DXPL cache values for later use */ -- cgit v0.12