summaryrefslogtreecommitdiff
path: root/tex/context/base/colo-icc.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/colo-icc.lua')
-rw-r--r--tex/context/base/colo-icc.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/context/base/colo-icc.lua b/tex/context/base/colo-icc.lua
index 724ff3241..5df4b9663 100644
--- a/tex/context/base/colo-icc.lua
+++ b/tex/context/base/colo-icc.lua
@@ -9,7 +9,7 @@ if not modules then modules = { } end modules ['colo-ini'] = {
local char, byte, gsub, match, format, strip = string.char, string.byte, string.gsub, string.match, string.format, string.strip
local readstring, readnumber = io.readstring, io.readnumber
-colors = colors or { } -- can also be used in mtxrun
+local colors = attributes and attributes.colors or { } -- when used in mtxrun
local R, Cs, lpegmatch = lpeg.R, lpeg.Cs, lpeg.match