git-svn-id: trunk@28660 -
This commit is contained in:
michael 2014-09-14 15:58:07 +00:00
parent beafc9fe8c
commit 4c86a68345

View File

@ -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);