]> granicus.if.org Git - php/commitdiff
- MFH Support full range of floats
authorMarcus Boerger <helly@php.net>
Mon, 26 Dec 2005 14:47:08 +0000 (14:47 +0000)
committerMarcus Boerger <helly@php.net>
Mon, 26 Dec 2005 14:47:08 +0000 (14:47 +0000)
main/snprintf.c

index b62f56979e1f133deb80c414cd900891cc9351d3..719dbc9ba7c686fafc23a4f637cc24b1e2c1ae7c 100644 (file)
@@ -158,7 +158,7 @@ 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
 
 
 /*