From 64af2ef5a6e0ce268979750a96d796181af08095 Mon Sep 17 00:00:00 2001 From: Andi Jahja Date: Sun, 27 Jun 1999 03:03:30 +0000 Subject: [PATCH] hbpp.c per Paul --- harbour/ChangeLog | 4 ++++ harbour/source/hbpp/hbpp.c | 2 ++ 2 files changed, 6 insertions(+) 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)) ) {