summaryrefslogtreecommitdiffstats
path: root/src/H5Oshared.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2007-05-16 18:23:17 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2007-05-16 18:23:17 (GMT)
commit1e69c2b1f122bda266c0f93bda0216e06fbcd5e9 (patch)
treef22a3863f0f0ef71427e1c959489859a71075d01 /src/H5Oshared.c
parent58cc7fb19a902b4653bede798e633caaeb214528 (diff)
downloadhdf5-1e69c2b1f122bda266c0f93bda0216e06fbcd5e9.zip
hdf5-1e69c2b1f122bda266c0f93bda0216e06fbcd5e9.tar.gz
hdf5-1e69c2b1f122bda266c0f93bda0216e06fbcd5e9.tar.bz2
[svn-r13758] Description:
Change "long long" to "long_long", to make VS6 happy. Tested on: None, just eyeballed since it's easy
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 b4f5def..089c6f4 100644
--- a/src/H5Oshared.c
+++ b/src/H5Oshared.c
@@ -620,7 +620,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);
break;
case H5O_SHARE_TYPE_HERE: