2014-01-30 10:34 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
* contrib/hbtip/utils.c
* src/rtl/gtwvt/gtwvt.c
* casting to pacify some warnings
* src/compiler/harbour.y
* src/compiler/harbour.yyc
* src/compiler/harbour.yyh
* changed type of valChar.length from int to HB_SIZE
* include/hbpp.h
* src/pp/ppcore.c
* changed type of last hb_pp_tokenBlockString() parameter
from int * to HB_SIZE *
* src/compiler/complex.c
* removed unnecessary casting
This commit is contained in:
@@ -84,7 +84,7 @@ HB_FUNC( TIP_TIMESTAMP )
|
||||
|
||||
/* For compatibility, seconds() value */
|
||||
if( HB_ISNUM( 2 ) )
|
||||
hb_timeDecode( hb_parnd( 2 ) * 1000,
|
||||
hb_timeDecode( ( long ) ( hb_parnd( 2 ) * 1000 ),
|
||||
&iHour, &iMinute, &iSecond, &iMSec );
|
||||
else
|
||||
iHour = iMinute = iSecond = 0;
|
||||
|
||||
Reference in New Issue
Block a user