Browse Source

* typo fix in last commit

marcoonthegit 3 years ago
parent
commit
c4be74abf3
1 changed files with 1 additions and 1 deletions
  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';