mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-05 11:23:07 +01:00
* Fixed IsEmptyStr
git-svn-id: trunk@9775 -
This commit is contained in:
parent
3852af4afb
commit
41cce2fe42
@ -908,7 +908,7 @@ begin
|
||||
Result:=True;
|
||||
while Result and (i<=l) do
|
||||
begin
|
||||
Result:=Not (S[i] in EmptyChars);
|
||||
Result:=(S[i] in EmptyChars);
|
||||
Inc(i);
|
||||
end;
|
||||
end;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user