summaryrefslogtreecommitdiffstats
path: root/src/H5HL.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2007-12-24 03:38:00 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2007-12-24 03:38:00 (GMT)
commit8a2c76ed6904f1b9a20560dc6d4835f17133f053 (patch)
tree3ceacf7f0e3823647dd9fdd85ba416f29c028a5f /src/H5HL.c
parent02a90afcdcd9b6a41455a198799bc8033bf56485 (diff)
downloadhdf5-8a2c76ed6904f1b9a20560dc6d4835f17133f053.zip
hdf5-8a2c76ed6904f1b9a20560dc6d4835f17133f053.tar.gz
hdf5-8a2c76ed6904f1b9a20560dc6d4835f17133f053.tar.bz2
[svn-r14359] Description:
Corrected a compiler warning in the local heap code. Fixed the shared message flag symbols from the recent switchover. Tested on: FreeBSD 6.2/32 (duty)
Diffstat (limited to 'src/H5HL.c')
-rw-r--r--src/H5HL.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5HL.c b/src/H5HL.c
index 5d7b6f8..37a1f2d 100644
--- a/src/H5HL.c
+++ b/src/H5HL.c
@@ -1159,7 +1159,7 @@ H5HL_remove(H5F_t *f, hid_t dxpl_id, H5HL_t *heap, size_t offset, size_t size)
* if an error occurs -QAK)
*/
if(H5AC_mark_pinned_or_protected_entry_dirty(f, heap) < 0)
- HGOTO_ERROR(H5E_HEAP, H5E_CANTMARKDIRTY, (size_t)(-1), "unable to mark heap as dirty")
+ HGOTO_ERROR(H5E_HEAP, H5E_CANTMARKDIRTY, FAIL, "unable to mark heap as dirty")
/*
* Check if this chunk can be prepended or appended to an already