diff options
Diffstat (limited to 'Master/texmf-dist/tex/generic/pgf/libraries/pgflibraryfixedpointarithmetic.code.tex')
-rw-r--r-- | Master/texmf-dist/tex/generic/pgf/libraries/pgflibraryfixedpointarithmetic.code.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/generic/pgf/libraries/pgflibraryfixedpointarithmetic.code.tex b/Master/texmf-dist/tex/generic/pgf/libraries/pgflibraryfixedpointarithmetic.code.tex index 240eddf4435..f82f8640c4f 100644 --- a/Master/texmf-dist/tex/generic/pgf/libraries/pgflibraryfixedpointarithmetic.code.tex +++ b/Master/texmf-dist/tex/generic/pgf/libraries/pgflibraryfixedpointarithmetic.code.tex @@ -83,8 +83,8 @@ \def\pgfmathfp@parser@install{% % \expandafter\ifx\csname FP@version\endcsname\relax% - \PackageError{pgf}{You need to say `\string\usepackage{fp}' to use % - fixed point arithmetic}{}% + \pgferror{You need to say `\string\usepackage{fp}' to use % + fixed point arithmetic}% \else% % % Don't want messages. |