Skip to content

Commit

Permalink
Use \cs_if_exist_use:cTF
Browse files Browse the repository at this point in the history
  • Loading branch information
zauguin authored and josephwright committed Jan 10, 2022
1 parent 616a83d commit 16987d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions l3kernel/l3color.dtx
Expand Up @@ -656,8 +656,8 @@
{
\tl_set:Nx #4
{
\cs_if_exist:cTF { @@_convert_ #1 _ #2 :w }
{ \use:c { @@_convert_ #1 _ #2 :w } #3 \s_@@_stop }
\cs_if_exist_use:cTF { @@_convert_ #1 _ #2 :w }
{ #3 \s_@@_stop }
{ \use:c { c_@@_fallback_ #2 _tl } }
}
}
Expand Down

0 comments on commit 16987d9

Please sign in to comment.