Luca Olivetti wrote:
En/na Marc Weustink ha escrit:

clearly marked as an ugly workaround in need of a proper solution.
Since I really don't understand the full code,

Thats why I didn't apply the patch. I need to get the whole picture.
FYI, one key indication that something strange is happening there is that PChars are returned from an internal function.

I don't see it returning a pchar,

var
  NewStr: PChar;
begin
  ...
  NewStr := RemoveAmpersands(@AText[LineStart], LineLen);
  ...

This is what worries me.

Marc


_________________________________________________________________
    To unsubscribe: mail [EMAIL PROTECTED] with
               "unsubscribe" as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to