[latex3-commits] [latex3/latex2e] latexlab/uf-review-03: from review, str_if_eq instead of str_compare (633c34a8)

github at latex-project.org github at latex-project.org
Tue Oct 24 23:37:01 CEST 2023


Repository : https://github.com/latex3/latex2e
On branch  : latexlab/uf-review-03
Link       : https://github.com/latex3/latex2e/commit/633c34a8682acfc14e88d1196ce8d45d671cd896

>---------------------------------------------------------------

commit 633c34a8682acfc14e88d1196ce8d45d671cd896
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date:   Tue Oct 24 23:37:01 2023 +0200

    from review, str_if_eq instead of str_compare


>---------------------------------------------------------------

633c34a8682acfc14e88d1196ce8d45d671cd896
 required/latex-lab/latex-lab-graphic.dtx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/required/latex-lab/latex-lab-graphic.dtx b/required/latex-lab/latex-lab-graphic.dtx
index 2e331c2b..b8153fba 100644
--- a/required/latex-lab/latex-lab-graphic.dtx
+++ b/required/latex-lab/latex-lab-graphic.dtx
@@ -572,7 +572,7 @@
  {
    \fp_set:Nn \l_@@_graphic_scale_fp
      {
-       \str_compare:eNeTF {\Gin at scalex} = { ! }
+       \str_if_eq:eeTF {\Gin at scalex} { ! }
         { \Gin at scaley }
         { \Gin at scalex }
      }





More information about the latex3-commits mailing list.