Kaynağa Gözat

* fix typo bug

pierre 22 yıl önce
ebeveyn
işleme
9d0e8cbf50
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      ide/fpcygwin.pas

+ 1 - 1
ide/fpcygwin.pas

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