From 07fa2f70c260a6812acbc32f312ceef22256c65a Mon Sep 17 00:00:00 2001 From: Paul Tucker Date: Wed, 23 Jan 2002 14:13:47 +0000 Subject: [PATCH] 2002-01-23 09:10 UTC-0500 Paul Tucker * source\common\hbffind.c * removed extra comment marker. --- harbour/ChangeLog | 4 ++++ harbour/source/common/hbffind.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 2e41bfa971..38b8f289fd 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -7,6 +7,10 @@ For example: 2002-12-01 23:12 UTC+0100 Foo Bar */ + OPCODE usage entries. + +2002-01-19 06:11 UTC-0800 Ron Pinkas + * contrib/dot/pp_harb.ch + #ifdef __XHARBOUR__ to protect xHarbour fastitem reliance. 2002-01-23 23:00 UTC+0100 Antonio Linares diff --git a/harbour/source/common/hbffind.c b/harbour/source/common/hbffind.c index b58ba504a4..8ac00301d7 100644 --- a/harbour/source/common/hbffind.c +++ b/harbour/source/common/hbffind.c @@ -170,7 +170,7 @@ USHORT hb_fsAttrFromRaw( ULONG raw_attr ) #ifdef HB_EXTENSION /* NOTE: Literals used since there are errors in early versions - of MS header files which define extended FILE_ATTRIBUTE's */ + of MS header files which define extended FILE_ATTRIBUTE's. Note that FILE_ATTRIBUTE_NORMAL is not needed */ if( raw_attr & 0x00000040 ) uiAttr |= HB_FA_ENCRYPTED; if( raw_attr & FILE_ATTRIBUTE_TEMPORARY ) uiAttr |= HB_FA_TEMPORARY;