mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-10 09:49:27 +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);
|
||||
if S1 > S2 then
|
||||
Result := 1
|
||||
else if S2 < S2 then
|
||||
else if S1 < S2 then
|
||||
Result := -1
|
||||
else
|
||||
Result := 0;
|
||||
|
Loading…
Reference in New Issue
Block a user