See changelog 2002-01-07 17:30 UTC-0300

This commit is contained in:
Luiz Rafael Culik
2002-01-07 19:25:31 +00:00
parent 762072d638
commit d61d534512
2 changed files with 6 additions and 1 deletions

View File

@@ -7,6 +7,11 @@
For example:
2002-12-01 23:12 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
2002-01-08 09:52 UTC+0100 Patrick Mast <email@patrickmast.com>
* source/compiler/genc.c
* source/compiler/genjava.c
* source/compiler/genobj32.c
* source/compiler/hbusage.c
* source/common/hbver.c
* changed decimal build nr in "Alpha build .."

View File

@@ -117,7 +117,7 @@ HB_FUNC( DIRECTORY )
/* Get the passed attributes and convert them to Harbour Flags */
uiMask = HB_FA_ARCHIVE | HB_FA_READONLY;
uiMask = HB_FA_ARCHIVE | HB_FA_NORMAL;
if( pAttributes && hb_itemGetCLen( pAttributes ) > 0 )
uiMask |= hb_fsAttrEncode( hb_itemGetCPtr( pAttributes ) );