mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-11 20:49:14 +02:00
* Fix strlcomp
git-svn-id: trunk@39567 -
This commit is contained in:
parent
3d740f13e4
commit
20917b4ec2
@ -786,7 +786,7 @@ begin
|
|||||||
SetLength(S2, MaxLen);
|
SetLength(S2, MaxLen);
|
||||||
if S1 > S2 then
|
if S1 > S2 then
|
||||||
Result := 1
|
Result := 1
|
||||||
else if S2 < S2 then
|
else if S1 < S2 then
|
||||||
Result := -1
|
Result := -1
|
||||||
else
|
else
|
||||||
Result := 0;
|
Result := 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user