瀏覽代碼

rtl: less hints

mattias 7 年之前
父節點
當前提交
2acf5c93dd
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      packages/rtl/sysutils.pas

+ 1 - 0
packages/rtl/sysutils.pas

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