X-Git-Url: https://ginac.de/CLN/cln.git//cln.git?a=blobdiff_plain;f=src%2Ffloat%2Flfloat%2Fmisc%2Fcl_LF_digits.cc;h=d1e323af32d814757ee41dfdc2f8c0366fb0f3bc;hb=c84c6db5d56829d69083c819688a973867694a2a;hp=76a8139207caa44f97ec0eacfe7a431efdf66a67;hpb=976a13157ca8d274a5bcbdac662cac538091e92c;p=cln.git diff --git a/src/float/lfloat/misc/cl_LF_digits.cc b/src/float/lfloat/misc/cl_LF_digits.cc index 76a8139..d1e323a 100644 --- a/src/float/lfloat/misc/cl_LF_digits.cc +++ b/src/float/lfloat/misc/cl_LF_digits.cc @@ -14,9 +14,9 @@ namespace cln { MAYBE_INLINE -uintL float_digits (const cl_LF& x) +uintC float_digits (const cl_LF& x) { - return intDsize*(uintL)(TheLfloat(x)->len); + return intDsize*(uintC)(TheLfloat(x)->len); } } // namespace cln