From 5d840271f62c5a51bb83d561181de860086bb6be Mon Sep 17 00:00:00 2001 From: Robin Watts Date: Thu, 4 Feb 2016 13:19:58 +0000 Subject: Bug 696546: Minor tweaks to ftoa code. Thanks to Simon Reinhardt for these. --- source/fitz/ftoa.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/fitz/ftoa.c') diff --git a/source/fitz/ftoa.c b/source/fitz/ftoa.c index a3f7b5c6..4ec492e9 100644 --- a/source/fitz/ftoa.c +++ b/source/fitz/ftoa.c @@ -209,7 +209,7 @@ static uint64_t powers_ten[84] = { }; /* Exponents. */ -static uint64_t powers_ten_e[84] = { +static int powers_ten_e[84] = { -186, -183, -180, -176, -173, -170, -166, -163, -160, -157, -153, -150, -147, -143, -140, -137, -133, -130, -127, -123, -120, -117, -113, -110, -107, -103, -100, -97, -93, -90, -87, -83, -80, -- cgit v1.2.3