[latex3-commits] [l3svn] 01/02: Correct a variable name

noreply at latex-project.org noreply at latex-project.org
Wed Jun 28 08:48:55 CEST 2017


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

joseph pushed a commit to branch master
in repository l3svn.

commit 96d4f61e8e4fcbcb5fdabe59c82c1915dd5de087
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Tue Jun 27 23:02:01 2017 +0100

    Correct a variable name
    
    The code here isn't tested yet ...
---
 l3kernel/l3drivers.dtx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/l3kernel/l3drivers.dtx b/l3kernel/l3drivers.dtx
index d8631e7..139b813 100644
--- a/l3kernel/l3drivers.dtx
+++ b/l3kernel/l3drivers.dtx
@@ -1621,7 +1621,7 @@
 \cs_new_eq:NN \@@_image_getbb_png:n \@@_image_getbb_jpg:n
 \cs_new_protected:Npn \@@_image_getbb_pdf:n #1
   {
-    \bool_set_false:N \l__image_interpolate_tl
+    \bool_set_false:N \l__image_interpolate_bool
     \__image_extract_bb:n {#1}
   }
 %</dvipdfmx>

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


More information about the latex3-commits mailing list