2008-03-13 11:14 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

* harbour/source/rdd/dbsql.c
    ! fixed typo in last commit which causes GPF when FOR condition was used
      without WHILE - thanks to Lorenzo
This commit is contained in:
Przemyslaw Czerpak
2008-03-13 10:15:00 +00:00
parent cf69097383
commit fd15794d10
2 changed files with 6 additions and 1 deletions

View File

@@ -8,6 +8,11 @@
2002-12-01 13:30 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
2008-03-13 11:14 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/source/rdd/dbsql.c
! fixed typo in last commit which causes GPF when FOR condition was used
without WHILE - thanks to Lorenzo
2008-03-12 17:43 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/include/hbapi.h
* harbour/source/common/hbver.c

View File

@@ -259,7 +259,7 @@ static ULONG hb_db2Sql( AREAP pArea, PHB_ITEM pFields, HB_LONG llNext,
if( pFor )
{
if( SELF_EVALBLOCK( pArea, pWhile ) != SUCCESS )
if( SELF_EVALBLOCK( pArea, pFor ) != SUCCESS )
break;
}
if( !pFor || hb_itemGetL( pArea->valResult ) )