mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-16 10:50:07 +02:00
parent
beafc9fe8c
commit
4c86a68345
@ -2294,7 +2294,7 @@ Var
|
||||
end;
|
||||
If thousand And (Digits[N]<>'-') Then
|
||||
Begin
|
||||
If (DigitExponent Mod 3 = 0) And (DigitExponent>0) and (N > 1) Then
|
||||
If (DigitExponent Mod 3 = 0) And (DigitExponent>0) Then
|
||||
Begin
|
||||
Buf[0] := FormatSettings.ThousandSeparator;
|
||||
Inc(Buf);
|
||||
|
Loading…
Reference in New Issue
Block a user