瀏覽代碼

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