summaryrefslogtreecommitdiffstats
path: root/src/H5FSsection.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2012-04-02 18:21:05 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2012-04-02 18:21:05 (GMT)
commit177cbf2b9bf6e0083f78e8493be88918ab9c3504 (patch)
tree9e5dab5482f5cebf188f7b740629193f89a0f46f /src/H5FSsection.c
parentbb455ebd6f14901e6888586b8209abc277cf128d (diff)
downloadhdf5-177cbf2b9bf6e0083f78e8493be88918ab9c3504.zip
hdf5-177cbf2b9bf6e0083f78e8493be88918ab9c3504.tar.gz
hdf5-177cbf2b9bf6e0083f78e8493be88918ab9c3504.tar.bz2
[svn-r22239] Description:
Bring r22233 from trunk to 1.8 branch: Correct several errors in fractal heap code: root indirect block was getting pinned/protected more than once, "single" free space sections weren't getting "re-parented" correctly when the heap transitioned between having a root indirect block and a root direct block, and several related issues. Also cleaned up some warnings in library/tests. Tested on: FreeBSD/32 8.2 (loyalty) w/gcc4.6, w/C++ & FORTRAN, in debug mode FreeBSD/64 8.2 (freedom) w/gcc4.6, w/C++ & FORTRAN, in debug mode Linux/32 2.6 (jam) w/PGI compilers, w/default API=1.8.x, w/C++ & FORTRAN, w/threadsafe, in debug mode Linux/64-amd64 2.6 (koala) w/Intel compilers, w/default API=1.6.x, w/C++ & FORTRAN, in production mode Mac OSX/64 10.7.3 (amazon) w/debug
Diffstat (limited to 'src/H5FSsection.c')
-rw-r--r--src/H5FSsection.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5FSsection.c b/src/H5FSsection.c
index a32d8ce..8959d7c 100644
--- a/src/H5FSsection.c
+++ b/src/H5FSsection.c
@@ -2178,7 +2178,7 @@ H5FS_sect_assert(const H5FS_t *fspace)
hsize_t separate_obj; /* The number of separate objects managed */
FUNC_ENTER_NOAPI_NOINIT_NOERR
-#ifndef QAK
+#ifdef QAK
HDfprintf(stderr, "%s: fspace->tot_sect_count = %Hu\n", "H5FS_sect_assert", fspace->tot_sect_count);
#endif /* QAK */