diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2019-02-20 21:41:02 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2019-02-20 21:41:02 (GMT) |
commit | 065d63b4a4207a632fbf08e160411b7931972b08 (patch) | |
tree | cfaf3296e7dddf11bba56dc00b78327c85eb63d0 /src/H5dbg.c | |
parent | b901552b1ca315db8b27ea090011f2f557491d46 (diff) | |
parent | 32ea4e72f1e85e0e7ff6457aae0bd210e56d1cad (diff) | |
download | hdf5-065d63b4a4207a632fbf08e160411b7931972b08.zip hdf5-065d63b4a4207a632fbf08e160411b7931972b08.tar.gz hdf5-065d63b4a4207a632fbf08e160411b7931972b08.tar.bz2 |
Merge pull request #1466 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:c_stdlib_posix_call_cleanup to develop
* commit '32ea4e72f1e85e0e7ff6457aae0bd210e56d1cad':
C and POSIX call cleanup
Diffstat (limited to 'src/H5dbg.c')
-rw-r--r-- | src/H5dbg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5dbg.c b/src/H5dbg.c index dd50034..4939bca 100644 --- a/src/H5dbg.c +++ b/src/H5dbg.c @@ -113,7 +113,7 @@ H5_buffer_dump(FILE *stream, int indent, const uint8_t *buf, } /* end else */ } /* end if */ else - fprintf(stream, " "); + HDfprintf(stream, " "); if(7 == v) HDfputc(' ', stream); } /* end for */ |