diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 66a88e1d5a..d0c4c99a66 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,3 +1,7 @@ +19990627-09:00 "Paul Tucker" + * source/hbpp/hbpp.c + - change lines from 1246 to 1257 + 19990626-13:35 Ryszard Glab * source/rtl/copyfile.c diff --git a/harbour/source/hbpp/hbpp.c b/harbour/source/hbpp/hbpp.c index d9bd3caae0..cc01cd2e69 100644 --- a/harbour/source/hbpp/hbpp.c +++ b/harbour/source/hbpp/hbpp.c @@ -1247,11 +1247,13 @@ int md_strAt(char *szSub, int lSubLen, char *szText) { State = STATE_QUOTE2; lPos++; + continue; } else if ( *(szText+lPos) == '\'' ) { State = STATE_QUOTE1; lPos++; + continue; } if( toupper(*(szText + lPos)) == toupper(*(szSub + lSubPos)) ) {