diff options
Diffstat (limited to 'src/math/math.c')
-rw-r--r-- | src/math/math.c | 2 |
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; |