Corretta funzione key_valid

git-svn-id: svn://10.65.10.50/trunk@402 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
alex 1994-10-19 11:44:59 +00:00
parent 6bbaddd325
commit 78df1fc27f

View File

@ -1046,7 +1046,7 @@ bool TMask::key_valid(int key) const
TMask_field& c = fld(f);
if (c.in_key(key) && c.required())
{
const TFixed_string value(c.get());
const TString & value = c.get();
if (c.class_id() == CLASS_REAL_FIELD)
{
real z(value);