2009-10-29 15:41 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/src/rtl/dates.c
! fixed HB_TTOC() to not add leading space when date part is empty
This commit is contained in:
@@ -17,6 +17,10 @@
|
||||
past entries belonging to author(s): Viktor Szakats.
|
||||
*/
|
||||
|
||||
2009-10-29 15:41 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
|
||||
* harbour/src/rtl/dates.c
|
||||
! fixed HB_TTOC() to not add leading space when date part is empty
|
||||
|
||||
2009-10-29 15:17 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
|
||||
+ harbour/doc/xhb-diff.txt
|
||||
+ added text which describes most important differences between Harbour
|
||||
|
||||
@@ -518,7 +518,8 @@ char * hb_timeStampFormat( char * szBuffer,
|
||||
hb_dateDecStr( szDate, lJulian );
|
||||
hb_dateFormat( szDate, szBuffer, szDateFormat );
|
||||
szTimeBuffer = szBuffer + strlen( szBuffer );
|
||||
*szTimeBuffer++ = ' ';
|
||||
if( *szBuffer )
|
||||
*szTimeBuffer++ = ' ';
|
||||
hb_timeFormat( szTimeBuffer, szTimeFormat, lMilliSec );
|
||||
|
||||
return szBuffer;
|
||||
|
||||
Reference in New Issue
Block a user