diff options
Diffstat (limited to 'Master/texmf-dist/tex/context/base/mkiv/util-lib-imp-gs.lua')
-rw-r--r-- | Master/texmf-dist/tex/context/base/mkiv/util-lib-imp-gs.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/context/base/mkiv/util-lib-imp-gs.lua b/Master/texmf-dist/tex/context/base/mkiv/util-lib-imp-gs.lua index 8fd2dd45826..0eceda7aa5d 100644 --- a/Master/texmf-dist/tex/context/base/mkiv/util-lib-imp-gs.lua +++ b/Master/texmf-dist/tex/context/base/mkiv/util-lib-imp-gs.lua @@ -12,9 +12,9 @@ local formatters = string.formatters local ghostscript = utilities.ghostscript or { } utilities.ghostscript = ghostscript -local report_gs = logs.reporter("swiglib gs") +local report_gs = logs.reporter("swiglib ghostscript") -local gs = swiglib("gs.core") +local gs = swiglib("ghostscript.core") local helpers = swiglib("helpers.core") if gs then |