Procházet zdrojové kódy

* typo fix in last commit

marcoonthegit před 3 roky
rodič
revize
c4be74abf3
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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';