From 777011fda32e002ee464628cc0bb24380db95279 Mon Sep 17 00:00:00 2001 From: Akira Kakuto Date: Sun, 31 Jul 2022 20:32:30 +0000 Subject: metapost, luatex: sync with the upstream git-svn-id: svn://tug.org/texlive/trunk@64014 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/web2c/mplibdir/mp.w | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Build/source/texk/web2c/mplibdir/mp.w') diff --git a/Build/source/texk/web2c/mplibdir/mp.w b/Build/source/texk/web2c/mplibdir/mp.w index f6d8b8415f9..96d7390dcf5 100644 --- a/Build/source/texk/web2c/mplibdir/mp.w +++ b/Build/source/texk/web2c/mplibdir/mp.w @@ -34815,9 +34815,9 @@ extreme cases so it may have to be shortened on some systems. @= { - s = xmalloc (12, 1); - mp_snprintf (s, 12, ".%i", (int) c); - s[7]='\0'; + s = xmalloc (13, 1); + mp_snprintf (s, 13, ".%i", (int) c); + s[13]='\0'; } -- cgit v1.2.3