mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-18 15:15:56 +08:00
[svn-r21971] Correct HD prefix
This commit is contained in:
parent
bd11f8643d
commit
108c788d37
@ -1059,7 +1059,7 @@ do_bin_output(FILE *stream, hid_t container, hsize_t nelmts, hid_t tid, void *_m
|
||||
|
||||
for (i = 0; i < nelmts; i++) {
|
||||
if (render_bin_output(stream, container, tid, mem + i * size) < 0) {
|
||||
HDprintf("\nError in writing binary stream\n");
|
||||
printf("\nError in writing binary stream\n");
|
||||
return FAIL;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user