Corretta closefile
git-svn-id: svn://10.65.10.50/trunk@753 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
386624b650
commit
e9c4a42f8a
@ -173,13 +173,7 @@ Se si utilizza spiegarne dettagliatamente il motivo.
|
||||
{
|
||||
FileDes wd;
|
||||
|
||||
do
|
||||
{
|
||||
CRead(&fdir[dirflg],(RecType) &wd,(long) logicname, Lock);
|
||||
if (TESTLOCK(fdir[dirflg].IOR))
|
||||
message_box("Sono in attesa della directory n.ro %d", logicname);
|
||||
}
|
||||
while TESTLOCK(fdir[dirflg].IOR);
|
||||
CRead(&fdir[dirflg],(RecType) &wd,(long) logicname, NoLock);
|
||||
wd.EOD = filed->EOD;
|
||||
wd.Flags = filed->Flags;
|
||||
CWrite(&fdir[dirflg],(RecType) &wd,(long) logicname, UnLock);
|
||||
|
Loading…
x
Reference in New Issue
Block a user