diff options
Diffstat (limited to 'Build')
-rw-r--r-- | Build/source/texk/web2c/mplibdir/mpxout.w | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/mplibdir/mpxout.w b/Build/source/texk/web2c/mplibdir/mpxout.w index 39ebe328bd3..b44da8d1ddc 100644 --- a/Build/source/texk/web2c/mplibdir/mpxout.w +++ b/Build/source/texk/web2c/mplibdir/mpxout.w @@ -540,7 +540,7 @@ static void mpx_copy_mpto (MPX mpx, FILE *outfile, int textype) { res = strncat(res,mpx->bb, strlen(mpx->bb)); } if (c == '\0') - res = strncat(res, "\n", 1); + res = strcat(res, "\n"); *s = c; } while (*(mpx->tt) != 'e'); s = res; |