summaryrefslogtreecommitdiff
path: root/src/math/math.c
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2019-12-08 00:23:50 +0800
committerchai <chaifix@163.com>2019-12-08 00:23:50 +0800
commit3df29dc54c509c983dc8a0e23eab4160d48144f2 (patch)
treed8c5287c9979e731e373e7a1481aadd79d3f071b /src/math/math.c
parent8e684dc0c76708e3174f005aebcaabc144b85500 (diff)
+clipping
Diffstat (limited to 'src/math/math.c')
-rw-r--r--src/math/math.c2
1 files changed, 1 insertions, 1 deletions
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;