summaryrefslogtreecommitdiff
path: root/tex/context/base/mkxl/typo-shp.lmt
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/mkxl/typo-shp.lmt')
-rw-r--r--tex/context/base/mkxl/typo-shp.lmt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/context/base/mkxl/typo-shp.lmt b/tex/context/base/mkxl/typo-shp.lmt
index ffd9e556d..30719c40e 100644
--- a/tex/context/base/mkxl/typo-shp.lmt
+++ b/tex/context/base/mkxl/typo-shp.lmt
@@ -114,7 +114,7 @@ implement {
if type(value) == "boolean" then
value = value and 1 or 0
end
- context(value)
+ context(value or 0) -- so the first check, for "lines" is always ok
end
}