From 16d2f8ec66b2c16ee18de681a3f434598675ace3 Mon Sep 17 00:00:00 2001 From: Przemyslaw Czerpak Date: Mon, 7 Mar 2011 23:28:06 +0000 Subject: [PATCH] 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 --- harbour/ChangeLog | 4 ++++ harbour/src/rtl/cdpapihb.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 ) {