diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/pkgloader/pkgloader-error.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/pkgloader/pkgloader-error.sty | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/pkgloader/pkgloader-error.sty b/Master/texmf-dist/tex/latex/pkgloader/pkgloader-error.sty index f685e7bcb39..cb626e7d2aa 100644 --- a/Master/texmf-dist/tex/latex/pkgloader/pkgloader-error.sty +++ b/Master/texmf-dist/tex/latex/pkgloader/pkgloader-error.sty @@ -45,12 +45,12 @@ %%% package combination is illegal. None of them are %%% critical or fatal errors; we terminate the run manually. % -\int_step_inline:nnvn {1} {1} {g__pkgloader_count_(pkgloader-error)_int} { - \bool_if:cT {g__pkgloader_used_(pkgloader-error)_(#1)_bool} { +\int_step_inline:nnvn {1} {1} {g__pkgloader_count_(pkgloader-error.sty)_int} { + \bool_if:cT {g__pkgloader_used_(pkgloader-error.sty)_(#1)_bool} { \msg_error:nnvv {pkgloader} {illegal-combination} - {g__pkgloader_condition_(pkgloader-error)_(#1)_tl} - {g__pkgloader_reason_ (pkgloader-error)_(#1)_tl} + {g__pkgloader_condition_(pkgloader-error.sty)_(#1)_tl} + {g__pkgloader_reason_ (pkgloader-error.sty)_(#1)_tl} } } |