mattias 7 anni fa
parent
commit
2acf5c93dd
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      packages/rtl/sysutils.pas

+ 1 - 0
packages/rtl/sysutils.pas

@@ -1668,6 +1668,7 @@ Begin
        14: Result := '(' + CurrencyString + ' ' + Result + ')';
        15: Result := '(' + Result + ' ' + CurrencyString + ')';
      end;
+   if TS='' then ;
 end;
 
 Function FloatToStrF(const Value : double; format: TFloatFormat; Precision, Digits: Integer): String;