Browse Source

fcl-net: fixed range check error

mattias 2 years ago
parent
commit
f047c40bca
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/fcl-net/src/ssockets.pp

+ 1 - 0
packages/fcl-net/src/ssockets.pp

@@ -11,6 +11,7 @@
 
  **********************************************************************}
 {$MODE objfpc}{$H+}
+{$R-}
 
 unit ssockets;