2010-09-30 17:12 UTC+0300 Mindaugas Kavaliauskas (dbtopas/at/dbtopas.lt)
* harbour/contrib/rddsdd/sqlmix.c
! fixed typo
This commit is contained in:
@@ -16,6 +16,10 @@
|
||||
The license applies to all entries newer than 2009-04-28.
|
||||
*/
|
||||
|
||||
2010-09-30 17:12 UTC+0300 Mindaugas Kavaliauskas (dbtopas/at/dbtopas.lt)
|
||||
* harbour/contrib/rddsdd/sqlmix.c
|
||||
! fixed typo
|
||||
|
||||
2010-09-30 11:51 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* utils/hbmk2/hbmk2.prg
|
||||
* utils/hbrun/hbrun.rc
|
||||
|
||||
@@ -1331,7 +1331,7 @@ static HB_ERRCODE sqlmixGoTop( SQLMIXAREAP pArea )
|
||||
|
||||
retval = SELF_GOTO( ( AREAP ) pArea, pArea->pTag->CurKey ? pArea->pTag->CurKey->rec : 0 );
|
||||
if ( retval != HB_FAILURE && pArea->sqlarea.fPositioned )
|
||||
retval = SELF_SKIPFILTER( ( AREAP ) pArea, -1 );
|
||||
retval = SELF_SKIPFILTER( ( AREAP ) pArea, 1 );
|
||||
|
||||
return retval;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user