[latex3-commits] [latex3/latex3] object-tracking: Correct "+1" placement (a53bec9e1)
github at latex-project.org
github at latex-project.org
Mon Apr 1 09:18:41 CEST 2024
Repository : https://github.com/latex3/latex3
On branch : object-tracking
Link : https://github.com/latex3/latex3/commit/a53bec9e16b81ee55b284f5c92a60e6fe7bcc176
>---------------------------------------------------------------
commit a53bec9e16b81ee55b284f5c92a60e6fe7bcc176
Author: Joseph Wright <joseph at texdev.net>
Date: Fri Mar 29 21:55:04 2024 +0000
Correct "+1" placement
>---------------------------------------------------------------
a53bec9e16b81ee55b284f5c92a60e6fe7bcc176
l3kernel/l3pdf.dtx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/l3kernel/l3pdf.dtx b/l3kernel/l3pdf.dtx
index bdd2d438d..da9b1de3c 100644
--- a/l3kernel/l3pdf.dtx
+++ b/l3kernel/l3pdf.dtx
@@ -482,7 +482,7 @@
}
{
\int_eval:n
- { \int_mod:nn {#2} \c_@@_object_block_size_int } + 1
+ { \int_mod:nn {#2} \c_@@_object_block_size_int + 1 }
}
}
}
More information about the latex3-commits
mailing list.