From c63da592cc7ecde38ec1749525c072e79adebdcf Mon Sep 17 00:00:00 2001 From: Hans Hagen Date: Wed, 7 Apr 2010 17:58:00 +0200 Subject: beta 2010.04.07 17:58 --- tex/context/base/font-gds.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tex/context/base/font-gds.lua') diff --git a/tex/context/base/font-gds.lua b/tex/context/base/font-gds.lua index e8407d019..601e139ee 100644 --- a/tex/context/base/font-gds.lua +++ b/tex/context/base/font-gds.lua @@ -272,12 +272,12 @@ local function initialize(goodies) end if mapfiles then for i=1,#mapfiles do - pdf.pdfmapfile = mapfiles[i] + pdf.mapfile(mapfiles[i]) -- todo: backend function end end if maplines then for i=1,#maplines do - pdf.pdfmapline = maplines[i] + pdf.mapline(maplines[i]) -- todo: backend function end end end -- cgit v1.2.3