From 2513b80fd2e550e741df1a760e88df69ca55943a 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 --- resource/bulgarian/NumeralBul.gf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resource/bulgarian/NumeralBul.gf b/resource/bulgarian/NumeralBul.gf index 13e5b24c..6ddea805 100644 --- a/resource/bulgarian/NumeralBul.gf +++ b/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 } ;