소스 검색

* fix typo bug

pierre 22 년 전
부모
커밋
9d0e8cbf50
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      ide/fpcygwin.pas

+ 1 - 1
ide/fpcygwin.pas

@@ -51,7 +51,7 @@ end;
 
 procedure CheckCygwinVersion;
 begin
-  if GetCygwinVersionHigh < 1003 shr 16 then
+  if GetCygwinVersionHigh < 1003 shl 16 then
     begin
       Writeln('The cygwin1.dll that you have in "',CygwinFullName,'" is too old');
       Writeln('If the IDE does not work correctly, please consider');