mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2026-02-25 08:08:17 +01:00
rtl: fixed sysutils
This commit is contained in:
parent
1bf007ef13
commit
4d995df2f7
@ -5310,7 +5310,7 @@ end;
|
||||
|
||||
class function TStringHelper.IsNullOrWhiteSpace(const AValue: string): Boolean;
|
||||
begin
|
||||
Result:=system.Length(Trim(AValue))=0;
|
||||
Result:=system.Length(sysutils.Trim(AValue))=0;
|
||||
end;
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user