[latex3-commits] [l3svn] branch master updated: Some stray "_" removed

noreply at latex-project.org noreply at latex-project.org
Wed May 17 13:59:30 CEST 2017


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  b37aeaf   Some stray "_" removed
b37aeaf is described below

commit b37aeaf155b9758b8deb2a4f627adb08c8d30206
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Wed May 17 12:59:12 2017 +0100

    Some stray "_" removed
---
 l3kernel/l3drivers.dtx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/l3kernel/l3drivers.dtx b/l3kernel/l3drivers.dtx
index 72f3a68..16d1704 100644
--- a/l3kernel/l3drivers.dtx
+++ b/l3kernel/l3drivers.dtx
@@ -1124,9 +1124,9 @@
     \hbox_set:Nn \l__image_tmp_box { #2 #1 ~ #4 }
     \dim_set:Nn \l__image_ht_dim { \box_ht:N \l__image_tmp_box }
     \dim_set:Nn \l__image_wd_dim { \box_wd:N \l__image_tmp_box }
-    \dim_const:cn { c__image_ #1#3 _ht__dim }
+    \dim_const:cn { c__image_ #1#3 _ht_dim }
       { \l__image_ht_dim }
-    \dim_const:cn { c__image_ #1#3 _wd__dim }
+    \dim_const:cn { c__image_ #1#3 _wd_dim }
       { \l__image_wd_dim }
   }
 \cs_new:Npn \@@_image_getbb_pagebox:w #1 box {#1}

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


More information about the latex3-commits mailing list