[latex3-commits] [git/LaTeX3-latex3-latex3] master: Correct a function name (b869581)
Joseph Wright
joseph.wright at morningstar2.co.uk
Tue May 7 22:54:19 CEST 2019
Repository : https://github.com/latex3/latex3
On branch : master
Link : https://github.com/latex3/latex3/commit/b869581b8ea0cf61e3ab0fbfba41029f4dda41f4
>---------------------------------------------------------------
commit b869581b8ea0cf61e3ab0fbfba41029f4dda41f4
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Tue May 7 21:04:36 2019 +0100
Correct a function name
>---------------------------------------------------------------
b869581b8ea0cf61e3ab0fbfba41029f4dda41f4
l3trial/l3image/l3image.dtx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/l3trial/l3image/l3image.dtx b/l3trial/l3image/l3image.dtx
index 8d8d679..b6df0ef 100644
--- a/l3trial/l3image/l3image.dtx
+++ b/l3trial/l3image/l3image.dtx
@@ -316,7 +316,7 @@
}
\cs_new_protected:Npn \image_read_bb:n #1
{
- \@@_read_bb_auxi:nnn {#1} { }
+ \@@_read_bb_auxi:nnnn {#1} { }
{ \ior_open:Nn \l_@@_tmp_ior {#1} }
{ image-not-found }
}
@@ -334,7 +334,7 @@
\cs_new_protected:Npn \@@_read_bb_auxi:nnnn #1#2#3#4
{
\image_bb_restore:nF {#1#2}
- { \@@_read_bb_auxii:nnn {#3} {#4} {#1} {#2} }
+ { \@@_read_bb_auxii:nnnn {#3} {#4} {#1} {#2} }
}
\cs_new_protected:Npx \@@_read_bb_auxii:nnnn #1#2#3#4
{
More information about the latex3-commits
mailing list