Skip to content

Commit

Permalink
verbatim_written = 1; is done at least after the first time the tex…
Browse files Browse the repository at this point in the history
…t is write down to the file.

git-svn-id: svn://tug.org/texlive/trunk/Build/source@69248 c570f23f-e606-0410-a88d-b1316a301751
  • Loading branch information
luigiScarso committed Dec 31, 2023
1 parent 2c5836c commit 77ee906
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion texk/web2c/mplibdir/mpxout.w
Original file line number Diff line number Diff line change
Expand Up @@ -656,11 +656,11 @@ static void mpx_mpto(MPX mpx, char *tmpname, char *mptexpre) {
mpx_copy_mpto(mpx, outfile, FIRST_VERBATIM_TEX);
else
mpx_copy_mpto(mpx, outfile, VERBATIM_TEX);
verbatim_written = 1;
fprintf(outfile,"%s", mpx_postverb[mode]);
} else {
mpx_error(mpx,"unmatched etex");
}
verbatim_written = 1;
}
}

Expand Down

0 comments on commit 77ee906

Please sign in to comment.