summaryrefslogtreecommitdiffstats
path: root/src/H5B2.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2010-04-12 13:58:39 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2010-04-12 13:58:39 (GMT)
commit9eeffcb45ea1b6986acc9c002c7cb36d2e6775f6 (patch)
treee9ccc9dce36eab2315202a74dc733e599e83eff5 /src/H5B2.c
parent3a0f7b3bbafd7bcf7a27ed38266b018f4d841a96 (diff)
downloadhdf5-9eeffcb45ea1b6986acc9c002c7cb36d2e6775f6.zip
hdf5-9eeffcb45ea1b6986acc9c002c7cb36d2e6775f6.tar.gz
hdf5-9eeffcb45ea1b6986acc9c002c7cb36d2e6775f6.tar.bz2
[svn-r18547] Description:
Tweak assert statement to attempt to pacify RSQ compiler. Tested on: None, too minor - just eyeballed.
Diffstat (limited to 'src/H5B2.c')
-rw-r--r--src/H5B2.c2
1 files changed, 1 insertions, 1 deletions
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 */