From 76902d32158b5e98858b84b9b636b51677c397dc Mon Sep 17 00:00:00 2001 From: "virk.shafqat" Date: Tue, 5 Mar 2013 20:37:48 +0000 Subject: [PATCH] accedentalBugFixedAllHin --- lib/src/hindustani/VerbHindustani.gf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/hindustani/VerbHindustani.gf b/lib/src/hindustani/VerbHindustani.gf index 906ea8032..32f3b9743 100644 --- a/lib/src/hindustani/VerbHindustani.gf +++ b/lib/src/hindustani/VerbHindustani.gf @@ -38,7 +38,7 @@ incomplete concrete VerbHindustani of Verb = CatHindustani ** open CommonHindust CompAdv adv = {s = \\a => adv.s ! giveGender a} ; CompCN cn = {s = \\a => cn.s ! giveNumber a ! Dir} ; - VPSlashPrep vp p = vp ** {c2 = p.s ; c = VTrans } ; + VPSlashPrep vp p = vp ** {c2 ={s = p.s ! Masc ; c = VTrans }} ; }