Patch level : 12.00 1394

Files correlati     :

Bug                 :
Aggiornamento FePA
This commit is contained in:
Alessandro Bonazzi 2025-06-09 11:11:34 +02:00
parent 924af328b5
commit 1a6b8d22e2

View File

@ -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