diff options
author | Karl Berry <karl@freefriends.org> | 2019-04-10 15:10:11 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-04-10 15:10:11 +0000 |
commit | 1a70c85e0b6fa7a6d51253885a3d9de033ce50d7 (patch) | |
tree | 148cacf945b42463af4f1139015331407f9ab750 | |
parent | 89cbaa0698a4216f42a51ac39682f01c81380398 (diff) |
luatex patch
git-svn-id: svn://tug.org/texlive/trunk@50894 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/source/texlive.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Master/source/texlive.patch b/Master/source/texlive.patch new file mode 100644 index 00000000000..5d1dab95b40 --- /dev/null +++ b/Master/source/texlive.patch @@ -0,0 +1,11 @@ +--- printing.c (revision 49614) ++++ printing.c (working copy) +@@ -416,7 +416,7 @@ + { + char *buffer = NULL; + int i = 0; +- int newlinechar = new_line_char_par; ++ int newlinechar = (lua_only == 1) ? 10 : new_line_char_par; + int dolog = 0; + int doterm = 0; + switch (selector) {
\ No newline at end of file |