2015-11-13 14:03 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
* src/rtl/filebuf.c
* removed unused after last modification assignment
This commit is contained in:
@@ -10,6 +10,10 @@
|
||||
* Change, ! Fix, % Optimization, + Addition, - Removal, ; Comment
|
||||
*/
|
||||
|
||||
2015-11-13 14:03 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
|
||||
* src/rtl/filebuf.c
|
||||
* removed unused after last modification assignment
|
||||
|
||||
2015-11-13 10:29 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
|
||||
* src/rtl/filebuf.c
|
||||
! fixed file handle sharing in POSIX systems when writeonly mode is used
|
||||
|
||||
@@ -709,8 +709,6 @@ static void s_fileClose( PHB_FILE pFile )
|
||||
|
||||
hb_xfree( pFile );
|
||||
}
|
||||
else
|
||||
pFile = NULL;
|
||||
|
||||
hb_threadLeaveCriticalSection( &s_fileMtx );
|
||||
hb_vmLock();
|
||||
|
||||
Reference in New Issue
Block a user