2010-03-07 12:24 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/src/rdd/dbf1.c
* removed unnecessary function call
This commit is contained in:
@@ -17,6 +17,10 @@
|
||||
past entries belonging to author(s): Viktor Szakats.
|
||||
*/
|
||||
|
||||
2010-03-07 12:24 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
|
||||
* harbour/src/rdd/dbf1.c
|
||||
* removed unnecessary function call
|
||||
|
||||
2010-03-07 12:21 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* contrib/hbtip/encmthd.c
|
||||
* Formatting.
|
||||
|
||||
@@ -536,7 +536,6 @@ static HB_BOOL hb_dbfPasswordSet( DBFAREAP pArea, PHB_ITEM pPasswd, HB_BOOL fRaw
|
||||
fSet = !pArea->fHasMemo && HB_IS_STRING( pPasswd ) && (!fRaw || ulLen == 8);
|
||||
if( fSet )
|
||||
{
|
||||
ulLen = hb_itemGetCLen( pPasswd );
|
||||
if( ulLen > 0 )
|
||||
{
|
||||
if( ulLen < 8 )
|
||||
|
||||
Reference in New Issue
Block a user