From 1a6b8d22e219323c5e69fe0d2c96f8e0e849e71a Mon Sep 17 00:00:00 2001 From: Alessandro Bonazzi Date: Mon, 9 Jun 2025 11:11:34 +0200 Subject: [PATCH] Patch level : 12.00 1394 Files correlati : Bug : Aggiornamento FePA --- src/include01/maskfld.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include01/maskfld.cpp b/src/include01/maskfld.cpp index 46c897943..454096638 100644 --- a/src/include01/maskfld.cpp +++ b/src/include01/maskfld.cpp @@ -2315,7 +2315,7 @@ bool TEdit_field::parse_item(TScanner& scanner) const TString& k = scanner.pop(); key = atoi(k); - const int maxkey = r ? r->curr().rec_des().nkeys() : MAX_KEYS; + const int maxkey = r ? r->curr().rec_des().NKeys : MAX_KEYS; if (key <= 0 || key > maxkey) { #ifdef DBG