diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 961556aec5..179ac8f94d 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -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 diff --git a/harbour/src/rtl/cdpapihb.c b/harbour/src/rtl/cdpapihb.c index 940d883b37..5d57df1471 100644 --- a/harbour/src/rtl/cdpapihb.c +++ b/harbour/src/rtl/cdpapihb.c @@ -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 ) {