[latex3-commits] [l3svn] 01/02: One \c_zero_dim => 0pt
noreply at latex-project.org
noreply at latex-project.org
Tue Sep 5 11:02:42 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 a9d8ebc84f2248544c9dd25a6d9b89bc9ada5a32
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Tue Sep 5 10:00:55 2017 +0100
One \c_zero_dim => 0pt
The rest of this file uses the explicit form.
---
l3kernel/l3drivers.dtx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/l3kernel/l3drivers.dtx b/l3kernel/l3drivers.dtx
index 5726145..f35a458 100644
--- a/l3kernel/l3drivers.dtx
+++ b/l3kernel/l3drivers.dtx
@@ -1341,7 +1341,7 @@
\cs_new_protected:Npn \@@_box_use_rotate:Nn #1#2
{
\@@_scope_begin:
- \box_set_wd:Nn #1 \c_zero_dim
+ \box_set_wd:Nn #1 { 0pt }
\fp_set:Nn \l_@@_cos_fp { round ( cosd ( #2 ) , 5 ) }
\fp_compare:nNnT \l_@@_cos_fp = \c_zero_fp
{ \fp_zero:N \l_@@_cos_fp }
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the latex3-commits
mailing list