[latex3-commits] [l3svn] 01/02: l3build: Use stream 16 for logging stuff

noreply at latex-project.org noreply at latex-project.org
Tue Nov 17 12:58:51 CET 2015


This is an automated email from the git hooks/post-receive script.

joseph pushed a commit to branch master
in repository l3svn.

commit 6bd1d15ed02a8fd7441c965fdb8b5bad85ac9836
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Tue Nov 17 11:00:19 2015 +0000

    l3build: Use stream 16 for logging stuff
    
    LuaTeX v0.85 will not work with 17!
---
 l3build/l3build.dtx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/l3build/l3build.dtx b/l3build/l3build.dtx
index f3f480c..f0627aa 100644
--- a/l3build/l3build.dtx
+++ b/l3build/l3build.dtx
@@ -1106,7 +1106,7 @@
 \long\def\LONGTYPEOUT#1{%
   \begingroup
     \long\def\TYPE##1{##1}%
-    \immediate\write17{#1}%
+    \immediate\write16{#1}%
   \endgroup
 }
 \let\TYPE\LONGTYPEOUT

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the latex3-commits mailing list