mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-04-16 06:49:22 +02:00
* Fix compiler warnings
This commit is contained in:
parent
97cd784cb9
commit
fa4fc061a9
@ -609,7 +609,7 @@ end;
|
||||
|
||||
function NaturalCompareText (const S1 , S2 : string ): Integer ;
|
||||
begin
|
||||
Result := NaturalCompareText(S1, S2, DecimalSeparator,ThousandSeparator);
|
||||
Result := NaturalCompareText(S1, S2, FormatSettings.DecimalSeparator,FormatSettings.ThousandSeparator);
|
||||
end;
|
||||
|
||||
{ ---------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user