From 9eeffcb45ea1b6986acc9c002c7cb36d2e6775f6 Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Mon, 12 Apr 2010 08:58:39 -0500 Subject: [svn-r18547] Description: Tweak assert statement to attempt to pacify RSQ compiler. Tested on: None, too minor - just eyeballed. --- src/H5B2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/H5B2.c b/src/H5B2.c index e268629..75ee99e 100644 --- a/src/H5B2.c +++ b/src/H5B2.c @@ -654,7 +654,7 @@ H5B2_index(H5B2_t *bt2, hid_t dxpl_id, H5_iter_order_t order, hsize_t idx, } /* end if */ else /* Index that is greater than the number of records in the tree? */ - HDassert("Index off end of tree??" && 0); + HDassert(0 && "Index off end of tree??"); } /* end if */ /* Decrement depth we're at in B-tree */ -- cgit v0.12