diff --git a/ChangeLog.txt b/ChangeLog.txt index c7ed5c5ffd..1bafc3f605 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -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 diff --git a/src/rtl/filebuf.c b/src/rtl/filebuf.c index e77f9d361d..f2411d5e3a 100644 --- a/src/rtl/filebuf.c +++ b/src/rtl/filebuf.c @@ -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 )