summaryrefslogtreecommitdiffstats
path: root/src/H5Oshared.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2010-02-18 18:15:45 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2010-02-18 18:15:45 (GMT)
commit61e4f8e7c590ba2ebf822810a29f8e48d5f35dc9 (patch)
treea72ddd3161354b2e521dc34d641294d08435d593 /src/H5Oshared.c
parentd41e0847473684237f49c9860b04af38df8a7cd1 (diff)
downloadhdf5-61e4f8e7c590ba2ebf822810a29f8e48d5f35dc9.zip
hdf5-61e4f8e7c590ba2ebf822810a29f8e48d5f35dc9.tar.gz
hdf5-61e4f8e7c590ba2ebf822810a29f8e48d5f35dc9.tar.bz2
[svn-r18278] Description:
Bring r18275 from trunk to 1.8.4 release branch (with Elena's permission): Remove incorrect encoding of fractal heap IDs for dense attribute storage and dense shared object header message storage. Tested on: Mac OS X/32 10.6.2 (amazon) w/debug & prod (h5committested on trunk)
Diffstat (limited to 'src/H5Oshared.c')
-rw-r--r--src/H5Oshared.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Oshared.c b/src/H5Oshared.c
index fd7cc8b..cdd9778 100644
--- a/src/H5Oshared.c
+++ b/src/H5Oshared.c
@@ -731,7 +731,7 @@ H5O_shared_debug(const H5O_shared_t *mesg, FILE *stream, int indent, int fwidth)
"SOHM");
HDfprintf(stream, "%*s%-*s %016llx\n", indent, "", fwidth,
"Heap ID:",
- (unsigned long long)mesg->u.heap_id);
+ (unsigned long long)mesg->u.heap_id.val);
break;
case H5O_SHARE_TYPE_HERE: