summaryrefslogtreecommitdiffstats
path: root/src/H5HFpkg.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2006-03-12 02:02:50 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2006-03-12 02:02:50 (GMT)
commit81e95888f191926b266b665b57a3f8d5f2ff2807 (patch)
treecf80ac6188218310a45d132a9d8f18280952a2c5 /src/H5HFpkg.h
parent2501750f5e1ef612f8ab3d7112c0f29381be6466 (diff)
downloadhdf5-81e95888f191926b266b665b57a3f8d5f2ff2807.zip
hdf5-81e95888f191926b266b665b57a3f8d5f2ff2807.tar.gz
hdf5-81e95888f191926b266b665b57a3f8d5f2ff2807.tar.bz2
[svn-r12082] Purpose:
Bug fix Description: Clean up a few code mis-matches that crept in during the last checkin. Platforms tested: FreeBSD 4.11 (sleipnir) Too minor to require h5commitest
Diffstat (limited to 'src/H5HFpkg.h')
-rw-r--r--src/H5HFpkg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5HFpkg.h b/src/H5HFpkg.h
index 8f79343..c633919 100644
--- a/src/H5HFpkg.h
+++ b/src/H5HFpkg.h
@@ -112,7 +112,7 @@
/* Compute the # of bytes required to store an offset into a given buffer size */
#define H5HF_SIZEOF_OFFSET_BITS(b) (((b) + 7) / 8)
-#define H5HF_SIZEOF_OFFSET_LEN(l) H5HF_SIZEOF_OFFSET_BITS(H5V_log2((unsigned)(l)))
+#define H5HF_SIZEOF_OFFSET_LEN(l) H5HF_SIZEOF_OFFSET_BITS(H5V_log2_of2((unsigned)(l)))
/****************************/
/* Package Private Typedefs */