diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2009-08-12 01:39:05 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2009-08-12 01:39:05 (GMT) |
commit | 7dc66a568566bd47d09a47f8e77c716d8dd792e1 (patch) | |
tree | 735ba719918fd411995ee7e3e0eba54e161a16f6 /src/H5FSdbg.c | |
parent | 1f34be9bba199eab8a21b14db0f5d8a7f7cc9ea8 (diff) | |
download | hdf5-7dc66a568566bd47d09a47f8e77c716d8dd792e1.zip hdf5-7dc66a568566bd47d09a47f8e77c716d8dd792e1.tar.gz hdf5-7dc66a568566bd47d09a47f8e77c716d8dd792e1.tar.bz2 |
[svn-r17336] Description:
Bring more changes from the file_free_space branch into the trunk.
Tested on:
FreeBSD/32 6.3 (duty) in debug mode
FreeBSD/64 6.3 (liberty) w/C++ & FORTRAN, in debug mode
Linux/32 2.6 (kagiso) w/PGI compilers, w/C++ & FORTRAN, w/threadsafe,
in debug mode
Linux/64-amd64 2.6 (smirom) w/Intel compilers w/default API=1.6.x,
w/C++ & FORTRAN, in production mode
Solaris/32 2.10 (linew) w/deprecated symbols disabled, w/C++ & FORTRAN,
w/szip filter, in production mode
Linux/64-ia64 2.6 (cobalt) w/Intel compilers, w/C++ & FORTRAN,
in production mode
Linux/64-ia64 2.4 (tg-login3) w/parallel, w/FORTRAN, in production mode
Linux/64-amd64 2.6 (abe) w/parallel, w/FORTRAN, in production mode
Mac OS X/32 10.5.8 (amazon) in debug mode
Mac OS X/32 10.5.8 (amazon) w/C++ & FORTRAN, w/threadsafe,
in production mode
Diffstat (limited to 'src/H5FSdbg.c')
-rw-r--r-- | src/H5FSdbg.c | 2 |
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; |