From 239fc2639fd42f6ad1c44bb256ae2f98ed164b45 Mon Sep 17 00:00:00 2001
From: Marius <mariausol@gmail.com>
Date: Sat, 16 Mar 2013 03:00:15 +0200
Subject: beta 2013.03.16 01:51

---
 tex/generic/context/luatex/luatex-fonts-merged.lua | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

(limited to 'tex/generic')

diff --git a/tex/generic/context/luatex/luatex-fonts-merged.lua b/tex/generic/context/luatex/luatex-fonts-merged.lua
index 4aac7d36b..bfc5d6232 100644
--- a/tex/generic/context/luatex/luatex-fonts-merged.lua
+++ b/tex/generic/context/luatex/luatex-fonts-merged.lua
@@ -1,6 +1,6 @@
 -- merged file : luatex-fonts-merged.lua
 -- parent file : luatex-fonts.lua
--- merge date  : 03/15/13 19:22:42
+-- merge date  : 03/16/13 01:51:00
 
 do -- begin closure to overcome local limits and interference
 
@@ -8628,10 +8628,10 @@ function handlers.gsub_ligature(head,start,kind,lookupname,ligature,sequence)
       if lig then
         if trace_ligatures then
           local stopchar=stop.char
-          head,start=markstoligature(kind,lookupname,start,stop,lig)
+          head,start=markstoligature(kind,lookupname,head,start,stop,lig)
           logprocess("%s: replacing %s upto %s by ligature %s case 1",pref(kind,lookupname),gref(startchar),gref(stopchar),gref(start.char))
         else
-          head,start=markstoligature(kind,lookupname,start,stop,lig)
+          head,start=markstoligature(kind,lookupname,head,start,stop,lig)
         end
         return head,start,true
       else
-- 
cgit v1.2.3