summaryrefslogtreecommitdiffstats
path: root/src/H5dbg.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5dbg.c')
-rw-r--r--src/H5dbg.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/H5dbg.c b/src/H5dbg.c
index 08ebbb0..ddf33ad 100644
--- a/src/H5dbg.c
+++ b/src/H5dbg.c
@@ -78,11 +78,11 @@ H5_buffer_dump(FILE *stream, int indent, const uint8_t *buf, const uint8_t *mark
/*
* Check arguments.
*/
- HDassert(stream);
- HDassert(indent >= 0);
- HDassert(buf);
- HDassert(marker);
- HDassert(buf_size > 0);
+ assert(stream);
+ assert(indent >= 0);
+ assert(buf);
+ assert(marker);
+ assert(buf_size > 0);
/*
* Print the buffer in a VMS-style octal dump.