git-svn-id: trunk@28660 -
@@ -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
Buf[0] := FormatSettings.ThousandSeparator;
Inc(Buf);