diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 5e6e3f1d69..a5a126b322 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,10 @@ 2002-12-01 23:12 UTC+0100 Foo Bar */ +2002-11-28 15:10 UTC+0300 Alexander Kresin + * source/pp/ppcore.c + ! Bug fixed, related to list match markers + 2002-11-27 13:30 UTC+0300 Alexander Kresin * source/rdd/dbfntx/dbfntx1.c ! Bug fixed, reported by Carlos Andr©s diff --git a/harbour/source/pp/ppcore.c b/harbour/source/pp/ppcore.c index 1cec113bfb..b935284f44 100644 --- a/harbour/source/pp/ppcore.c +++ b/harbour/source/pp/ppcore.c @@ -3240,6 +3240,12 @@ static int md_strAt( char * szSub, int lSubLen, char * szText, BOOL checkword, B lPos++; continue; } + else if( *(szText+lPos) == ',' ) + { + cLastChar = ','; + lPos++; + continue; + } } else {