2008-05-12 11:58 UTC+0100 Viktor Szakats (harbour.01 syenar hu)

* contrib/rddads/adsfunc.c
     ! Readded one mistakenly removed cast.
This commit is contained in:
Viktor Szakats
2008-05-12 10:02:36 +00:00
parent 636bc4aae1
commit fac20a6afb
2 changed files with 5 additions and 1 deletions

View File

@@ -8,6 +8,10 @@
2008-12-31 13:59 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
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.

View File

@@ -1055,7 +1055,7 @@ HB_FUNC( ADSISRECORDINAOF )
HB_FUNC( ADSISRECORDVALID )
{
BOOL bReturn = FALSE;
AREAP pArea = hb_rddGetCurrentWorkAreaPointer();
AREAP pArea = ( AREAP ) hb_rddGetCurrentWorkAreaPointer();
if( pArea )
{