fix wrong form in copula

This commit is contained in:
Herbert Lange
2019-04-26 16:18:34 +02:00
parent 556da2493c
commit 6c5f004fd2

View File

@@ -378,6 +378,7 @@ param
VPass VFut Pl P3 => -- Future I VPass VFut Pl P3 => -- Future I
( case fut_I_base of { ( case fut_I_base of {
_ + "bi" => ( init fut_I_base ) + "u" ; _ + "bi" => ( init fut_I_base ) + "u" ;
"eri" => "eru" ; -- handle copula properly
_ => fut_I_base _ => fut_I_base
} }
) + passPresEnding Pl P3 ; ) + passPresEnding Pl P3 ;