[latex3-commits] [l3svn] branch master updated: Correct stream set up
noreply at latex-project.org
noreply at latex-project.org
Sat Nov 21 08:42:37 CET 2015
This is an automated email from the git hooks/post-receive script.
joseph pushed a commit to branch master
in repository l3svn.
The following commit(s) were added to refs/heads/master by this push:
new 10d8186 Correct stream set up
10d8186 is described below
commit 10d8186e96f01bdda1448af39b0f333d8831d53b
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Sat Nov 21 07:42:20 2015 +0000
Correct stream set up
---
l3kernel/l3file.dtx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/l3kernel/l3file.dtx b/l3kernel/l3file.dtx
index 9cbc00b..9ad3da1 100644
--- a/l3kernel/l3file.dtx
+++ b/l3kernel/l3file.dtx
@@ -1236,14 +1236,14 @@
% \begin{macrocode}
\seq_new:N \g_@@_streams_seq
%<*initex>
-\seq_set_eq:NN \g__ior_streams_seq
+\seq_set_eq:NN \g_@@_streams_seq \g__ior_streams_seq
\sys_if_engine_luatex:T
{
\int_compare:nNnT \luatex_luatexversion:D > { 80 }
{
\int_step_inline:nnnn { 16 } { 1 } { 127 }
{
- \seq_gput_right:Nn \g__ior_streams_seq {#1}
+ \seq_gput_right:Nn \g_@@_streams_seq {#1}
}
}
}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the latex3-commits
mailing list