From e8d734eb08e02fb0b469f8083695247f6d17bb69 Mon Sep 17 00:00:00 2001 From: "Alexander S.Kresin" Date: Thu, 16 Sep 1999 09:20:00 +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 296b705b25..01e2df154a 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,3 +1,7 @@ +19990916-13:07 GMT+3 Alexander Kresin + * source/hbpp/hbpp.c + * fixed bug with Release ( noted by David G. Holm ) + 19990916-10:37 GMT+1 Antonio Linares * source/compiler/harbour.y * Added support for multiple include paths using /I compiler flag diff --git a/harbour/source/hbpp/hbpp.c b/harbour/source/hbpp/hbpp.c index efafca4604..bea44d7eec 100644 --- a/harbour/source/hbpp/hbpp.c +++ b/harbour/source/hbpp/hbpp.c @@ -1406,7 +1406,7 @@ int ReplacePattern ( char patttype, char *expreal, int lenreal, char *ptro, int { if( ifou ) lenitem++; pp_Stuff ( (*expreal=='&')? expreal+1:expreal, ptro, - (*expreal=='&')? lenitem-1:lenitem, 4, lenres ); + (*expreal=='&')? lenitem-1:lenitem, 0, lenres ); } else {