Quellcode durchsuchen

* typo fix in last commit

marcoonthegit vor 3 Jahren
Ursprung
Commit
c4be74abf3
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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';