From 3df29dc54c509c983dc8a0e23eab4160d48144f2 Mon Sep 17 00:00:00 2001 From: chai Date: Sun, 8 Dec 2019 00:23:50 +0800 Subject: +clipping --- src/math/math.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/math/math.c') diff --git a/src/math/math.c b/src/math/math.c index 7d731f8..a149307 100644 --- a/src/math/math.c +++ b/src/math/math.c @@ -1,6 +1,6 @@ #include "math.h" -char printbuffer[2048] = { 0 }; +char printbuffer[1024] = { 0 }; float rsqrt(float number) { long i; -- cgit v1.1-26-g67d0