On 06 May 2008, at 11:10, [EMAIL PROTECTED] wrote:
sysstr.inc r10846 does not include my patch, which solves problem
when both strings
are empty and differs after null character. Then I'am sending it
again merged against trunk.
Just a small note: this routine is only used on Dos, OS/2 and
Hi.
sysstr.inc r10846 does not include my patch, which solves problem when both
strings
are empty and differs after null character. Then I'am sending it again merged
against trunk.
Here is testcase:
program comp;
uses
SysUtils;
var
a, b: array[0..1] of char;
begin
a[0] := #0; a[1] := #1