summaryrefslogtreecommitdiff
path: root/tex/context/base/s-fnt-24.tex
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/s-fnt-24.tex')
-rw-r--r--tex/context/base/s-fnt-24.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/context/base/s-fnt-24.tex b/tex/context/base/s-fnt-24.tex
index 073588033..de485557b 100644
--- a/tex/context/base/s-fnt-24.tex
+++ b/tex/context/base/s-fnt-24.tex
@@ -48,7 +48,7 @@ function fonts.analyzers.cjktest(first,second)
if (not first or first == "") or first == k then
for kk, vv in next, example do
if (not second or second == "") or second == kk then
- tex.sprint(tex.ctxcatcodes,string.format("\\ShowChineseCombiChar{%s}{%s}{%s}{%s}",v,vv,k,kk))
+ context.ShowChineseCombiChar(v,vv,k,kk)
end
end
end