2008-07-08 10:34 UTC+0200 Viktor Szakats (harbour.01 syenar hu)

* contrib/rddads/ads1.c
     ! Fixed to behave Clipper-like when trying to write 
       when on EOF position. This way a TODO is cleared in the 
       source.
This commit is contained in:
Viktor Szakats
2008-07-08 08:37:24 +00:00
parent e4223a02a0
commit 958acd8169
2 changed files with 7 additions and 4 deletions

View File

@@ -8,6 +8,12 @@
2008-12-31 13:59 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
2008-07-08 10:34 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
* contrib/rddads/ads1.c
! Fixed to behave Clipper-like when trying to write
when on EOF position. This way a TODO is cleared in the
source.
2008-07-08 08:29 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
* contrib/hbodbc/odbc.c
! Fixed compilation error with Pelles C 5.00.1.

View File

@@ -2210,10 +2210,7 @@ static ERRCODE adsPutValue( ADSAREAP pArea, USHORT uiIndex, PHB_ITEM pItem )
SELF_FORCEREL( ( AREAP ) pArea );
if( !pArea->fPositioned )
{
/* TODO: it should return SUCCESS for Clipper compatibility */
return FAILURE;
}
return SUCCESS;
if( hb_ads_bTestRecLocks )
{