Skip to content

Commit

Permalink
On additional conditional updated
Browse files Browse the repository at this point in the history
Signed-off-by: Joseph Wright <joseph.wright@morningstar2.co.uk>
  • Loading branch information
josephwright committed Nov 30, 2022
1 parent 9b09656 commit 5c29d69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tex/generic/pgf/math/pgfmathparser.code.tex
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@
\expandafter\ifx\csname pgfmath@token@functional@\string#1\endcsname\relax%
\let\pgfmath@base=\pgfmath@empty%
\let\pgfmath@token@next=\pgfmath@token%
\if#10% Check for octal prefix.
\if\noexpand#10% Check for octal prefix.
\ifpgfmath@octalparsing%
\def\pgfmath@base{8}%
\fi%
Expand Down

0 comments on commit 5c29d69

Please sign in to comment.