From 566cb5730c07bbe82efe6b03cd800e981cdbb4df Mon Sep 17 00:00:00 2001 From: Przemyslaw Czerpak Date: Sun, 7 Mar 2010 11:25:25 +0000 Subject: [PATCH] 2010-03-07 12:24 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/src/rdd/dbf1.c * removed unnecessary function call --- harbour/ChangeLog | 4 ++++ harbour/src/rdd/dbf1.c | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 5e5c018f26..ed87634cbb 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -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. diff --git a/harbour/src/rdd/dbf1.c b/harbour/src/rdd/dbf1.c index 4b1d06cd21..197b72012f 100644 --- a/harbour/src/rdd/dbf1.c +++ b/harbour/src/rdd/dbf1.c @@ -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 )