texlive[50894] Master/source/texlive.patch: luatex patch

commits+karl at tug.org commits+karl at tug.org
Wed Apr 10 17:10:11 CEST 2019


Revision: 50894
          http://tug.org/svn/texlive?view=revision&revision=50894
Author:   karl
Date:     2019-04-10 17:10:11 +0200 (Wed, 10 Apr 2019)
Log Message:
-----------
luatex patch

Added Paths:
-----------
    trunk/Master/source/texlive.patch

Added: trunk/Master/source/texlive.patch
===================================================================
--- trunk/Master/source/texlive.patch	                        (rev 0)
+++ trunk/Master/source/texlive.patch	2019-04-10 15:10:11 UTC (rev 50894)
@@ -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


Property changes on: trunk/Master/source/texlive.patch
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property


More information about the tex-live-commits mailing list