summaryrefslogtreecommitdiff
path: root/tests/tl2b.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tl2b.c')
-rw-r--r--tests/tl2b.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tl2b.c b/tests/tl2b.c
index 2472b0afd..8e9052632 100644
--- a/tests/tl2b.c
+++ b/tests/tl2b.c
@@ -83,7 +83,7 @@ compute_l2b (int output)
mpfr_srcptr t;
int beta, i;
int error = 0;
- char buffer[30];
+ char buffer[256]; /* larger than needed, for maintainability */
for (beta = 2; beta <= BASE_MAX; beta++)
{