aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
Diffstat (limited to 'contrib')
-rw-r--r--contrib/fpconv/fpconv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/fpconv/fpconv.h b/contrib/fpconv/fpconv.h
index 83180d41f..0bc270b31 100644
--- a/contrib/fpconv/fpconv.h
+++ b/contrib/fpconv/fpconv.h
@@ -26,7 +26,7 @@
*
*/
-int fpconv_dtoa(double fp, char dest[24], bool scientific);
+int fpconv_dtoa(double fp, char dest[32], bool scientific);
#endif