[latex3-commits] [l3svn] 02/02: Protect against non-UTF-8 input (closes #296)

noreply at latex-project.org noreply at latex-project.org
Sun Jan 3 09:43:28 CET 2016


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

joseph pushed a commit to branch master
in repository l3svn.

commit 1d092d7097f29a4187c896c010a9945e1f7a7a0a
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Sun Jan 3 08:42:55 2016 +0000

    Protect against non-UTF-8 input (closes #296)
---
 l3kernel/l3str.dtx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/l3kernel/l3str.dtx b/l3kernel/l3str.dtx
index 9b60bf2..b27abe7 100644
--- a/l3kernel/l3str.dtx
+++ b/l3kernel/l3str.dtx
@@ -1614,7 +1614,7 @@
         \@@_parse_auxi:w #1#2 \q_stop
       \else:
         \if_int_compare:w \__str_if_eq_x:nn
-          {#2} { ~Conditional~Mappings~ } = \c_zero
+          { \exp_not:n {#2} } { ~Conditional~Mappings~ } = \c_zero
           \cs_set_protected:Npn \@@_parse:w ##1 \q_stop { }
         \fi:
       \fi:

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


More information about the latex3-commits mailing list