Procházet zdrojové kódy

* Fix bug #23954

git-svn-id: trunk@28660 -
michael před 11 roky
rodič
revize
4c86a68345
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      rtl/objpas/sysutils/sysstr.inc

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

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