From 4ec0856ccdbd5bf6e110467d4623b52566b0e37d Mon Sep 17 00:00:00 2001 From: Hans Hagen Date: Tue, 6 Mar 2018 15:57:09 +0100 Subject: 2018-03-06 15:07:00 --- tex/context/base/mkiv/util-sci.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tex/context/base/mkiv/util-sci.lua') diff --git a/tex/context/base/mkiv/util-sci.lua b/tex/context/base/mkiv/util-sci.lua index 35385a183..fe28635a3 100644 --- a/tex/context/base/mkiv/util-sci.lua +++ b/tex/context/base/mkiv/util-sci.lua @@ -125,7 +125,7 @@ end local function exportwhites() return setmetatableindex(function(t,k) - local v = find(k,"white") and true or false + local v = find(k,"white",1,true) and true or false t[k] = v return v end) -- cgit v1.2.3