diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2007-05-16 18:23:17 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2007-05-16 18:23:17 (GMT) |
commit | 1e69c2b1f122bda266c0f93bda0216e06fbcd5e9 (patch) | |
tree | f22a3863f0f0ef71427e1c959489859a71075d01 /src/H5Oshared.c | |
parent | 58cc7fb19a902b4653bede798e633caaeb214528 (diff) | |
download | hdf5-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.c | 2 |
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: |