소스 검색

* 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';