From 3563b7d571d91ce92da7b0c832e68c8dabdf4fae Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Mon, 26 Dec 2005 14:46:34 +0000 Subject: [PATCH] - Support full range of floats --- main/snprintf.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/main/snprintf.c b/main/snprintf.c index 5eba393699..495f8a6fcd 100644 --- a/main/snprintf.c +++ b/main/snprintf.c @@ -156,8 +156,9 @@ char * ap_php_conv_10(register wide_int num, register bool_int is_unsigned, } /* If you change this value then also change bug24640.phpt. + * Also NDIG must be reasonable smaller than NUM_BUF_SIZE. */ -#define NDIG 80 +#define NDIG 320 /* -- 2.40.0