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:
Przemysław Czerpak
2015-11-13 14:03:45 +01:00
parent 30d0f5bd78
commit debf33a962
2 changed files with 4 additions and 2 deletions

View File

@@ -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

View File

@@ -709,8 +709,6 @@ static void s_fileClose( PHB_FILE pFile )
hb_xfree( pFile );
}
else
pFile = NULL;
hb_threadLeaveCriticalSection( &s_fileMtx );
hb_vmLock();