From 83fc963e67fe16bf284f57a1587c36fe83f954fb Mon Sep 17 00:00:00 2001 From: Przemyslaw Czerpak Date: Thu, 3 May 2007 14:23:52 +0000 Subject: [PATCH] 2007-05-03 16:22 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/source/rdd/usrrdd/usrrdd.c * updated casting for recent modifications in RDD API --- harbour/ChangeLog | 4 ++++ harbour/source/rdd/usrrdd/usrrdd.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index ce8dac6565..a56d68707b 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,10 @@ 2002-12-01 13:30 UTC+0100 Foo Bar */ +2007-05-03 16:22 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) + * harbour/source/rdd/usrrdd/usrrdd.c + * updated casting for recent modifications in RDD API + 2007-05-03 16:10 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/common.mak * harbour/include/hbapirdd.h diff --git a/harbour/source/rdd/usrrdd/usrrdd.c b/harbour/source/rdd/usrrdd/usrrdd.c index 9a6d417be1..4cf869dae1 100644 --- a/harbour/source/rdd/usrrdd/usrrdd.c +++ b/harbour/source/rdd/usrrdd/usrrdd.c @@ -2963,7 +2963,7 @@ HB_FUNC( USRRDD_GETFUNCTABLE ) ++pRddFunction; ++pFunction; } - uiResult = hb_rddInherit( pSelfTable, &funcTable, pSuperTable, ( BYTE * ) szSuperRDD ); + uiResult = hb_rddInherit( pSelfTable, &funcTable, pSuperTable, szSuperRDD ); if( uiResult == SUCCESS ) { pSelfTable->whoCares = ( DBENTRYP_SVP ) hb_itemNew( pMethods );