Patch level : 12.00 1394
Files correlati : Bug : Aggiornamento FePA
This commit is contained in:
parent
924af328b5
commit
1a6b8d22e2
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user