Patch level : 12.0 no-patch
Files correlati : sy Commento : Tolto lock in apertura files per ovviare al problema delle librerie Microsoft. Da sistemare successivamente git-svn-id: svn://10.65.10.50/branches/R_10_00@24500 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
b4136256ee
commit
52fb392dc0
@ -70,7 +70,7 @@ TRec_sheet::TRec_sheet(int logicnum, const char * tab)
|
||||
_external = FALSE;
|
||||
_mask = new TMask("ba1100d");
|
||||
|
||||
_dir.get(logicnum, _lock, _nordir, _sysdirop);
|
||||
_dir.get(logicnum, _nolock, _nordir, _sysdirop);
|
||||
_rec.get(logicnum);
|
||||
if (_dir.len() == 0)
|
||||
_rec.zero();
|
||||
@ -114,7 +114,7 @@ TRec_sheet::TRec_sheet(TExternisamfile* file) : _descr(NULL)
|
||||
TRec_sheet::~TRec_sheet()
|
||||
{
|
||||
if (!_external)
|
||||
_dir.get(_dir.num(), _unlock, _nordir, _sysdirop);
|
||||
_dir.get(_dir.num(), _nolock, _nordir, _sysdirop);
|
||||
delete _mask;
|
||||
_mask = NULL;
|
||||
if (_descr)
|
||||
|
Loading…
x
Reference in New Issue
Block a user