Browse Source

* Fix bug #23954

git-svn-id: trunk@28660 -
michael 11 years ago
parent
commit
4c86a68345
1 changed files with 1 additions and 1 deletions
  1. 1 1
      rtl/objpas/sysutils/sysstr.inc

+ 1 - 1
rtl/objpas/sysutils/sysstr.inc

@@ -2294,7 +2294,7 @@ Var
                     end;
                     end;
                   If thousand And (Digits[N]<>'-') Then
                   If thousand And (Digits[N]<>'-') Then
                     Begin
                     Begin
-                    If (DigitExponent Mod 3 = 0) And (DigitExponent>0) and (N > 1) Then
+                    If (DigitExponent Mod 3 = 0) And (DigitExponent>0) Then
                       Begin
                       Begin
                       Buf[0] := FormatSettings.ThousandSeparator;
                       Buf[0] := FormatSettings.ThousandSeparator;
                       Inc(Buf);
                       Inc(Buf);