summaryrefslogtreecommitdiff
path: root/Master/source/texlive.patch
blob: df529857561ec2083f32c8d1b1deb3d73ecc86e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- texk/web2c/luatexdir/tex/printing.c	(revision 49614)
+++ texk/web2c/luatexdir/tex/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) {