Browse Source

rtl: less hints

mattias 7 years ago
parent
commit
2acf5c93dd
1 changed files with 1 additions and 0 deletions
  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;