From 9111d25fda2b88fff88cea8999cbb4e69d227f83 Mon Sep 17 00:00:00 2001 From: "Alexander S.Kresin" Date: Mon, 2 Aug 1999 08:33:16 +0000 Subject: [PATCH] Updating preprocessor files --- harbour/ChangeLog | 4 ++++ harbour/source/hbpp/hbpp.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index cc784db1aa..a1256e1fdf 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,3 +1,7 @@ +199908.02-12:15 GMT+3 Alexander Kresin + * source/hbpp/hbpp.c + * Bug fixed ( mentioned by Victor Szel ) + 19990802-02:30 EDT Paul Tucker * source/rtl/gtapi.c ! hb_gtDispbegin/end and hb_gtSetMode now supported for gtwin diff --git a/harbour/source/hbpp/hbpp.c b/harbour/source/hbpp/hbpp.c index bfd6f3ddc3..741d0b8b02 100644 --- a/harbour/source/hbpp/hbpp.c +++ b/harbour/source/hbpp/hbpp.c @@ -553,12 +553,12 @@ int ParseExpression( char* sLine, char* sOutLine ) do { strotrim ( sLine ); - ptri = sLine; ptro = sOutLine; rezDef = 0; rezTra = 0; rezCom = 0; lastused = kolused; isdvig = 0; do { + ptro = sOutLine; ptri = sLine + isdvig; ipos = md_strAt( ";", 1, ptri, FALSE ); if ( ipos > 0 ) *(ptri+ipos-1) = '\0';