Corretta body
git-svn-id: svn://10.65.10.50/trunk@4541 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
a57c5678f1
commit
45b4980977
@ -132,7 +132,7 @@ TRecord_array & TMultiple_rectype::body(int logicnum) const
|
|||||||
const int index = log2ind(logicnum);
|
const int index = log2ind(logicnum);
|
||||||
|
|
||||||
if (_files.objptr(index) == NULL)
|
if (_files.objptr(index) == NULL)
|
||||||
((TMultiple_rectype *) this)->load_rows_file(logicnum);
|
((TMultiple_rectype *) this)->load_rows_file(_logicnums[index]);
|
||||||
return (TRecord_array &) _files[index];
|
return (TRecord_array &) _files[index];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user