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:
Przemyslaw Czerpak
2011-03-07 23:28:06 +00:00
parent b4e9d2621f
commit 16d2f8ec66
2 changed files with 5 additions and 1 deletions

View File

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

View File

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