summaryrefslogtreecommitdiff
path: root/tex/context/base/m-barcodes.mkiv
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2011-07-13 20:14:00 +0200
committerHans Hagen <pragma@wxs.nl>2011-07-13 20:14:00 +0200
commitd6b1bbb30b5d03582599faf4132630d46275bb97 (patch)
tree8ef0cfe83b7369857f3f5e3e88b6bb5edf023170 /tex/context/base/m-barcodes.mkiv
parent850a7b29bba45111582a15b674f40f68fbd7ab5e (diff)
downloadcontext-d6b1bbb30b5d03582599faf4132630d46275bb97.tar.gz
beta 2011.07.13 20:14
Diffstat (limited to 'tex/context/base/m-barcodes.mkiv')
-rw-r--r--tex/context/base/m-barcodes.mkiv4
1 files changed, 2 insertions, 2 deletions
diff --git a/tex/context/base/m-barcodes.mkiv b/tex/context/base/m-barcodes.mkiv
index 89e089522..16b553fa2 100644
--- a/tex/context/base/m-barcodes.mkiv
+++ b/tex/context/base/m-barcodes.mkiv
@@ -65,7 +65,7 @@ function moduledata.barcodes.isbn_1(original)
code= code .. c
end
end
- tex.sprint(code)
+ context(code)
end
function moduledata.barcodes.isbn_2(original)
@@ -74,7 +74,7 @@ function moduledata.barcodes.isbn_2(original)
if t and #t == 12 then
original = original .. "-" .. c
end
- tex.sprint(original)
+ context(original)
end
\stopluacode