From cb90184a9551dcc3d687c70e60c83b751830afd7 Mon Sep 17 00:00:00 2001 From: Inari Listenmaa Date: Fri, 30 Nov 2018 13:08:50 +0100 Subject: [PATCH] (Ara) SlashV2V: fix a bug about object placement --- src/arabic/VerbAra.gf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/arabic/VerbAra.gf b/src/arabic/VerbAra.gf index ce5686ae2..ad7b178ca 100644 --- a/src/arabic/VerbAra.gf +++ b/src/arabic/VerbAra.gf @@ -12,7 +12,9 @@ concrete VerbAra of Verb = CatAra ** open Prelude, ResAra, ParamX in { vp ** { s = v2vVP.s ; agrObj = \\pgn => v2v.c3.s -- أَنْ - ++ vp.s ! pgn ! VPImpf Cnj ; -- this will agree with the object added by ComplSlash + ++ vp.s ! pgn ! VPImpf Cnj -- this will agree with the object added by ComplSlash + ++ vp.obj.s ; + obj = emptyObj ; isPred = False ; c2 = v2v.c2 ; -- preposition for the direct object sc = v2v.sc