From 55dbd8d92a0d2d1dd9c56eef89d9e1981dddde22 Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Thu, 8 May 2003 08:06:15 -0500 Subject: [svn-r6831] Purpose: Bug fix Description: New external file double-vectorized I/O routines were checking an assertion on the wrong variable (essentially a typo :-). Solution: Check correct variable. Platforms tested: FreeBSD 4.8 (sleipnir) Triple check not needed. --- src/H5Oefl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/H5Oefl.c b/src/H5Oefl.c index 3c80f95..c9369e5 100644 --- a/src/H5Oefl.c +++ b/src/H5Oefl.c @@ -617,7 +617,7 @@ H5O_efl_readvv(const H5O_efl_t *efl, /* Check args */ assert (efl && efl->nused>0); - assert (buf); + assert (_buf); /* Work through all the sequences */ for(u=*dset_curr_seq, v=*mem_curr_seq; unused>0); - assert (buf); + assert (_buf); /* Work through all the sequences */ for(u=*dset_curr_seq, v=*mem_curr_seq; u