2010-09-30 00:35 UTC+0300 Mindaugas Kavaliauskas (dbtopas/at/dbtopas.lt)
* harbour/contrib/rddsdd/sqlmix.c
! fixed typo in last commit
This commit is contained in:
@@ -16,6 +16,10 @@
|
||||
The license applies to all entries newer than 2009-04-28.
|
||||
*/
|
||||
|
||||
2010-09-30 00:35 UTC+0300 Mindaugas Kavaliauskas (dbtopas/at/dbtopas.lt)
|
||||
* harbour/contrib/rddsdd/sqlmix.c
|
||||
! fixed typo in last commit
|
||||
|
||||
2010-09-30 00:33 UTC+0300 Mindaugas Kavaliauskas (dbtopas/at/dbtopas.lt)
|
||||
* harbour/contrib/rddsdd/sqlmix.c
|
||||
! fixed typo in last commit
|
||||
|
||||
@@ -1480,7 +1480,7 @@ static HB_ERRCODE sqlmixGoCold( SQLMIXAREAP pArea )
|
||||
|
||||
if ( ! pTag->fCustom )
|
||||
{
|
||||
PMIXKEY pKey = hb_mixKeyEval( pKey, pTag );
|
||||
PMIXKEY pKey = hb_mixKeyEval( NULL, pTag );
|
||||
|
||||
if ( pTag->pForItem != NULL )
|
||||
fAdd = hb_mixEvalCond( pArea, pTag->pForItem );
|
||||
|
||||
Reference in New Issue
Block a user