summaryrefslogtreecommitdiffstats
path: root/src/H5dbg.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5dbg.c')
-rw-r--r--src/H5dbg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5dbg.c b/src/H5dbg.c
index 083a81c..69afd01 100644
--- a/src/H5dbg.c
+++ b/src/H5dbg.c
@@ -114,7 +114,7 @@ H5_buffer_dump(FILE *stream, int indent, const uint8_t *buf, const uint8_t *mark
else {
c = buf[buf_offset + u + v];
- if (HDisprint(c))
+ if (isprint(c))
HDfputc(c, stream);
else
HDfputc('.', stream);