2015-11-14 13:19 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
* src/rtl/filebuf.c
! restored _SET_DEFAULT and _SET_PATH functionality
This commit is contained in:
@@ -10,6 +10,10 @@
|
||||
* Change, ! Fix, % Optimization, + Addition, - Removal, ; Comment
|
||||
*/
|
||||
|
||||
2015-11-14 13:19 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
|
||||
* src/rtl/filebuf.c
|
||||
! restored _SET_DEFAULT and _SET_PATH functionality
|
||||
|
||||
2015-11-13 14:03 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
|
||||
* src/rtl/filebuf.c
|
||||
* removed unused after last modification assignment
|
||||
|
||||
@@ -560,7 +560,7 @@ static PHB_FILE s_fileExtOpen( PHB_FILE_FUNCS pFuncs, const char * pszFileName,
|
||||
if( fResult && pFile == NULL )
|
||||
#endif /* HB_OS_UNIX */
|
||||
{
|
||||
hFile = hb_fsExtOpen( pszFileName, NULL,
|
||||
hFile = hb_fsExtOpen( pszFile, NULL,
|
||||
nExFlags & ~ ( HB_FATTR ) ( FXO_DEFAULTS | FXO_COPYNAME ),
|
||||
NULL, NULL );
|
||||
if( hFile != FS_ERROR )
|
||||
|
||||
Reference in New Issue
Block a user