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:
@@ -10,6 +10,10 @@
|
|||||||
* Change, ! Fix, % Optimization, + Addition, - Removal, ; Comment
|
* 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)
|
2013-04-16 01:25 UTC+0200 Viktor Szakats (harbour syenar.net)
|
||||||
* config/postinst.hb
|
* config/postinst.hb
|
||||||
! updated dir where .po files are looked for
|
! updated dir where .po files are looked for
|
||||||
@@ -23007,7 +23011,7 @@
|
|||||||
your expectations, concerns, suggestions, what-ever, about
|
your expectations, concerns, suggestions, what-ever, about
|
||||||
HbIDE. Next few weeks I will be working on this tool only.
|
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
|
* harbour/src/common/hbdate.c
|
||||||
* increased stability of hb_dateDecode() for date values having year > 9999
|
* increased stability of hb_dateDecode() for date values having year > 9999
|
||||||
|
|
||||||
|
|||||||
@@ -516,7 +516,6 @@ static HB_ERRCODE fbGoTo( SQLBASEAREAP pArea, HB_ULONG ulRecNo )
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
case SQL_LONG:
|
case SQL_LONG:
|
||||||
pItem = hb_itemPutNL( NULL, *( long * ) pVar->sqldata );
|
|
||||||
if( pField->uiDec == 0 )
|
if( pField->uiDec == 0 )
|
||||||
pItem = hb_itemPutNLLen( NULL, *( short * ) pVar->sqldata, 11 );
|
pItem = hb_itemPutNLLen( NULL, *( short * ) pVar->sqldata, 11 );
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user