2013-04-18 00:15 UTC+0300 Mindaugas Kavaliauskas (dbtopas/at/dbtopas.lt)

* contrib/sddfb/core.c
    * removed unused assignment
This commit is contained in:
Mindaugas Kavaliauskas
2013-04-18 00:11:21 +03:00
parent 850e776bad
commit 6ad5bb4355
2 changed files with 5 additions and 2 deletions

View File

@@ -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

View File

@@ -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