aboutsummaryrefslogtreecommitdiff
path: root/lvm.c
diff options
context:
space:
mode:
Diffstat (limited to 'lvm.c')
-rw-r--r--lvm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lvm.c b/lvm.c
index d70ac7ac..db7b0eed 100644
--- a/lvm.c
+++ b/lvm.c
@@ -55,7 +55,7 @@
55*/ 55*/
56 56
57/* number of bits in the mantissa of a float */ 57/* number of bits in the mantissa of a float */
58#define NBM (l_mathlim(MANT_DIG)) 58#define NBM (l_floatatt(MANT_DIG))
59 59
60/* 60/*
61** Check whether some integers may not fit in a float, testing whether 61** Check whether some integers may not fit in a float, testing whether