From 4b9d76dbe6ff16598a67fcaf1c638d1c95e6346b Mon Sep 17 00:00:00 2001 From: krasimir Date: Fri, 29 Feb 2008 15:34:05 +0000 Subject: [PATCH] fix missing lock_Sub1000 warning --- lib/resource/bulgarian/NumeralBul.gf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/resource/bulgarian/NumeralBul.gf b/lib/resource/bulgarian/NumeralBul.gf index 13e5b24c7..6ddea8053 100644 --- a/lib/resource/bulgarian/NumeralBul.gf +++ b/lib/resource/bulgarian/NumeralBul.gf @@ -73,7 +73,7 @@ lin pot3 n = { n = Pl } ; lin pot3plus n m = { - s = \\c => (pot3 n).s ! NCard DMascIndef ++ case m.i of {False => []; True => "è"} ++ m.s ! c ; + s = \\c => (pot3 (n ** {lock_Sub1000=<>})).s ! NCard DMascIndef ++ case m.i of {False => []; True => "è"} ++ m.s ! c ; n = Pl } ;