浏览代码

* typo fix in last commit

marcoonthegit 3 年之前
父节点
当前提交
c4be74abf3
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/rtl-extra/src/unix/clocale.pp

+ 1 - 1
packages/rtl-extra/src/unix/clocale.pp

@@ -212,7 +212,7 @@ procedure GetFormatSettings(out fmts: TFormatSettings);
                begin
                  TransformFormatStr := TransformFormatStr + 'ampm';
                  clock12:=false;
-                 ampminstring:=false;
+                 ampminstring:=true;
                end;
           'r': begin
                  TransformFormatStr := TransformFormatStr + 'hh:nn:ss';