summaryrefslogtreecommitdiffstats
path: root/tools/lib/io_timer.c
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2019-10-02 20:02:37 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2019-10-02 20:02:37 (GMT)
commitd7b76fdf9d39d98bf4fcf48bf342dcc7b18da3cd (patch)
tree04d4a355c483f5c68c1d41f6bd2bd3216984fe11 /tools/lib/io_timer.c
parent0728ef8352f9b6a6fb697282f31a071a812d0a9e (diff)
downloadhdf5-d7b76fdf9d39d98bf4fcf48bf342dcc7b18da3cd.zip
hdf5-d7b76fdf9d39d98bf4fcf48bf342dcc7b18da3cd.tar.gz
hdf5-d7b76fdf9d39d98bf4fcf48bf342dcc7b18da3cd.tar.bz2
HDFFV-10919 merge external storage repack
Diffstat (limited to 'tools/lib/io_timer.c')
-rw-r--r--tools/lib/io_timer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lib/io_timer.c b/tools/lib/io_timer.c
index ab184d3..4ad2423 100644
--- a/tools/lib/io_timer.c
+++ b/tools/lib/io_timer.c
@@ -133,7 +133,7 @@ io_time_t *
set_time(io_time_t *pt, timer_type t, int start_stop)
{
/* sanity check */
- assert(pt);
+ HDassert(pt);
switch(pt->type){
#ifdef H5_HAVE_PARALLEL