From d9cd4100693293e6ad4d1cd33d848fdb0f2c3d40 Mon Sep 17 00:00:00 2001 From: Mindaugas Kavaliauskas Date: Wed, 29 Sep 2010 21:36:51 +0000 Subject: [PATCH] 2010-09-30 00:35 UTC+0300 Mindaugas Kavaliauskas (dbtopas/at/dbtopas.lt) * harbour/contrib/rddsdd/sqlmix.c ! fixed typo in last commit --- harbour/ChangeLog | 4 ++++ harbour/contrib/rddsql/sqlmix.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index b1214a665b..ebd68909b8 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -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 diff --git a/harbour/contrib/rddsql/sqlmix.c b/harbour/contrib/rddsql/sqlmix.c index 9d3a08c998..c9178c9b7e 100644 --- a/harbour/contrib/rddsql/sqlmix.c +++ b/harbour/contrib/rddsql/sqlmix.c @@ -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 );