From fac20a6afbeda56bc2384da266b594f46155929e Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Mon, 12 May 2008 10:02:36 +0000 Subject: [PATCH] 2008-05-12 11:58 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * contrib/rddads/adsfunc.c ! Readded one mistakenly removed cast. --- harbour/ChangeLog | 4 ++++ harbour/contrib/rddads/adsfunc.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 56661ac821..0cf2836a0f 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,10 @@ 2008-12-31 13:59 UTC+0100 Foo Bar */ +2008-05-12 11:58 UTC+0100 Viktor Szakats (harbour.01 syenar hu) + * contrib/rddads/adsfunc.c + ! Readded one mistakenly removed cast. + 2008-05-12 11:54 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * source/rtl/scrollbr.prg ! Fixed :Update(). Submitted by Edmer. diff --git a/harbour/contrib/rddads/adsfunc.c b/harbour/contrib/rddads/adsfunc.c index e6e56f1b0f..c80aaa2932 100644 --- a/harbour/contrib/rddads/adsfunc.c +++ b/harbour/contrib/rddads/adsfunc.c @@ -1055,7 +1055,7 @@ HB_FUNC( ADSISRECORDINAOF ) HB_FUNC( ADSISRECORDVALID ) { BOOL bReturn = FALSE; - AREAP pArea = hb_rddGetCurrentWorkAreaPointer(); + AREAP pArea = ( AREAP ) hb_rddGetCurrentWorkAreaPointer(); if( pArea ) {