diff --git a/ChangeLog.txt b/ChangeLog.txt index e4c7e71768..8a57a20ab8 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -10,6 +10,10 @@ * Change, ! Fix, % Optimization, + Addition, - Removal, ; Comment */ +2013-04-18 00:15 UTC+0300 Mindaugas Kavaliauskas (dbtopas/at/dbtopas.lt) + * contrib/sddfb/core.c + * removed unused assignment + 2013-04-16 01:25 UTC+0200 Viktor Szakats (harbour syenar.net) * config/postinst.hb ! updated dir where .po files are looked for @@ -23007,7 +23011,7 @@ your expectations, concerns, suggestions, what-ever, about HbIDE. Next few weeks I will be working on this tool only. -2012-04-12 18:22 UTC+0300 Mindaugas Kavaliauskas (dbtopas/at/dbtopas.lt) +2012-07-12 18:22 UTC+0300 Mindaugas Kavaliauskas (dbtopas/at/dbtopas.lt) * harbour/src/common/hbdate.c * increased stability of hb_dateDecode() for date values having year > 9999 diff --git a/contrib/sddfb/core.c b/contrib/sddfb/core.c index f019b3d2a0..74c082ad52 100644 --- a/contrib/sddfb/core.c +++ b/contrib/sddfb/core.c @@ -516,7 +516,6 @@ static HB_ERRCODE fbGoTo( SQLBASEAREAP pArea, HB_ULONG ulRecNo ) break; case SQL_LONG: - pItem = hb_itemPutNL( NULL, *( long * ) pVar->sqldata ); if( pField->uiDec == 0 ) pItem = hb_itemPutNLLen( NULL, *( short * ) pVar->sqldata, 11 ); else