summaryrefslogtreecommitdiffstats
path: root/src/H5FSdbg.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2009-08-14 15:42:11 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2009-08-14 15:42:11 (GMT)
commitd47fb4b7521f07f799221286358be99bd3bf6ffd (patch)
tree92c2481cb92a4b5bf953d40f359d575ff7f93d8c /src/H5FSdbg.c
parent92b37616d2a1ec34a2d7bd34d05c5f6466f7da53 (diff)
downloadhdf5-d47fb4b7521f07f799221286358be99bd3bf6ffd.zip
hdf5-d47fb4b7521f07f799221286358be99bd3bf6ffd.tar.gz
hdf5-d47fb4b7521f07f799221286358be99bd3bf6ffd.tar.bz2
[svn-r17359] Description:
Bring r17336 from trunk to 1.8 branch: Bring more changes from the file_free_space branch into the trunk. Tested on: FreeBSD/32 6.3 (duty) in debug mode (h5committested on trunk)
Diffstat (limited to 'src/H5FSdbg.c')
-rw-r--r--src/H5FSdbg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5FSdbg.c b/src/H5FSdbg.c
index 1e36c77..df48240 100644
--- a/src/H5FSdbg.c
+++ b/src/H5FSdbg.c
@@ -287,7 +287,7 @@ H5FS_sects_debug(H5F_t *f, hid_t dxpl_id, haddr_t UNUSED addr, FILE *stream, int
case H5FS_CLIENT_FILE_ID:
#ifdef NOT_YET
- if(H5MF_sects_debug(f, dxpl_id, client_addr, stream, indent + 3, MAX(0, fwidth - 3)) < 0)
+ if(H5MF_sects_debug(f, dxpl_id, fs_addr, stream, indent + 3, MAX(0, fwidth - 3)) < 0)
HGOTO_ERROR(H5E_FSPACE, H5E_SYSTEM, FAIL, "unable to dump file free space sections")
#endif /* NOT_YET */
break;