1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

disable the use of long double, we don't use it

This commit is contained in:
Daniel Stenberg 2004-02-25 15:34:05 +00:00
parent 5168b32f86
commit f9b2b7940e

View File

@ -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);