From 08473f11287cb263079c0435068312cbc6d736e8 Mon Sep 17 00:00:00 2001 From: Hans Hagen Date: Mon, 14 Nov 2022 23:18:10 +0100 Subject: 2022-11-14 22:56:00 --- source/luametatex/source/mp/mpc/mpmath.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/luametatex/source/mp/mpc/mpmath.c') diff --git a/source/luametatex/source/mp/mpc/mpmath.c b/source/luametatex/source/mp/mpc/mpmath.c index 42a596dac..0a848b23e 100644 --- a/source/luametatex/source/mp/mpc/mpmath.c +++ b/source/luametatex/source/mp/mpc/mpmath.c @@ -585,9 +585,9 @@ int mp_number_nonequalabs(mp_number *A, mp_number *B) static char *mp_string_scaled (MP mp, int s) { - (void) mp; static char scaled_string[32]; int i = 0; + (void) mp; if (s < 0) { scaled_string[i++] = '-'; s = -s; -- cgit v1.2.3