2016-04-19 23:14 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
* src/common/hbffind.c
* in *nix builds of hb_fsFind*() show "." leading file names if file
mask also starts with "." regardless of hidden attribute state.
This modification restores previous Harbour behavior keeping the
new functionality.
This commit is contained in:
@@ -10,6 +10,13 @@
|
||||
* Change, ! Fix, % Optimization, + Addition, - Removal, ; Comment
|
||||
*/
|
||||
|
||||
2016-04-19 23:14 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
|
||||
* src/common/hbffind.c
|
||||
* in *nix builds of hb_fsFind*() show "." leading file names if file
|
||||
mask also starts with "." regardless of hidden attribute state.
|
||||
This modification restores previous Harbour behavior keeping the
|
||||
new functionality.
|
||||
|
||||
2016-04-19 14:49 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
|
||||
* src/rtl/gtwin/gtwin.c
|
||||
! fixed wrong translation in my previous commit
|
||||
|
||||
@@ -753,6 +753,8 @@ static HB_BOOL hb_fsFindNextLow( PHB_FFIND ffind )
|
||||
dirname[ 1 ] = HB_OS_PATH_DELIM_CHR;
|
||||
dirname[ 2 ] = '\0';
|
||||
}
|
||||
if( info->pattern[ 0 ] == '.' )
|
||||
ffind->attrmask |= HB_FA_HIDDEN;
|
||||
|
||||
/* tzset(); */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user