2011-03-08 00:27 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/src/rtl/cdpapihb.c
! fixed typo in my last commit
This commit is contained in:
@@ -16,6 +16,10 @@
|
||||
The license applies to all entries newer than 2009-04-28.
|
||||
*/
|
||||
|
||||
2011-03-08 00:27 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
|
||||
* harbour/src/rtl/cdpapihb.c
|
||||
! fixed typo in my last commit
|
||||
|
||||
2011-03-07 22:43 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
|
||||
* harbour/src/rtl/minmax.c
|
||||
! fixed MAX() for mixed date and timestamp values
|
||||
|
||||
@@ -66,7 +66,7 @@
|
||||
#define HB_MAX_UTF8 3
|
||||
|
||||
|
||||
static HB_SIZE utf8pos( const char * szUTF8, HB_SIZE nLen, HB_SIZE )
|
||||
static HB_SIZE utf8pos( const char * szUTF8, HB_SIZE nLen, HB_SIZE nUTF8Pos )
|
||||
{
|
||||
if( nUTF8Pos > 0 && nUTF8Pos <= nLen )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user