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@24499 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
a6ab219ec6
commit
b4136256ee
@ -106,8 +106,6 @@ int seeklk(S, pos, lm, LockMode, rec)
|
||||
if (lm == LK_UNLCK)
|
||||
_locking(S->F, LK_NBLCK, 1L);
|
||||
|
||||
if (lm == LK_UNLCK)
|
||||
_locking(S->F, LK_NBLCK, 1L);
|
||||
if (_locking(S->F, lm, 1L) == -1)
|
||||
{
|
||||
S->IOR = CIOResult();
|
||||
|
@ -226,7 +226,7 @@ void CPutFile(logicname,filed,dirflg)
|
||||
int dirflg; /* flag per file comuni */
|
||||
|
||||
{
|
||||
CWrite(&fdir[dirflg], (RecType)filed, (long)logicname, UnLock);
|
||||
CWrite(&fdir[dirflg], (RecType)filed, (long)logicname, NoLock);
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user