mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 15:48:49 -05:00
disable the use of long double, we don't use it
This commit is contained in:
parent
5168b32f86
commit
f9b2b7940e
@ -931,7 +931,7 @@ static int dprintf_formatf(
|
|||||||
|
|
||||||
/* NOTE NOTE NOTE!! Not all sprintf() implementations returns number
|
/* NOTE NOTE NOTE!! Not all sprintf() implementations returns number
|
||||||
of output characters */
|
of output characters */
|
||||||
#if SIZEOF_LONG_DOUBLE
|
#if 0 /*SIZEOF_LONG_DOUBLE*/
|
||||||
if (p->flags & FLAGS_LONG)
|
if (p->flags & FLAGS_LONG)
|
||||||
/* This is for support of the 'long double' type */
|
/* This is for support of the 'long double' type */
|
||||||
(sprintf)(work, formatbuf, p->data.ldnum);
|
(sprintf)(work, formatbuf, p->data.ldnum);
|
||||||
|
Loading…
Reference in New Issue
Block a user