summaryrefslogtreecommitdiffstats
path: root/src/H5HLdbg.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5HLdbg.c')
-rw-r--r--src/H5HLdbg.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/H5HLdbg.c b/src/H5HLdbg.c
index 9822607..cb9d070 100644
--- a/src/H5HLdbg.c
+++ b/src/H5HLdbg.c
@@ -108,8 +108,7 @@ H5HL_debug(H5F_t *f, hid_t dxpl_id, haddr_t addr, FILE * stream, int indent, int
marker[freelist->offset + i] = 1;
} /* end for */
if(overlap)
- fprintf(stream, "***THAT FREE BLOCK OVERLAPPED A PREVIOUS "
- "ONE!\n");
+ fprintf(stream, "***THAT FREE BLOCK OVERLAPPED A PREVIOUS ONE!\n");
else
amount_free += freelist->size;
} /* end for */
@@ -123,7 +122,7 @@ H5HL_debug(H5F_t *f, hid_t dxpl_id, haddr_t addr, FILE * stream, int indent, int
/*
* Print the data in a VMS-style octal dump.
*/
- H5_buffer_dump(stream, indent, h->image, marker, (size_t)0, h->dblk_size);
+ H5_buffer_dump(stream, indent, h->dblk_image, marker, (size_t)0, h->dblk_size);
done:
if(h && H5HL_unprotect(h) < 0)