X-Git-Url: http://www.lcore.org/git/lcore.git/blobdiff_plain/4782a5c5afee47721cc617daa40dd29828342c2b..79c6fc9d53e925de06072a9ee0abe794955fb52e:/lcoregtklaz.pas?ds=sidebyside diff --git a/lcoregtklaz.pas b/lcoregtklaz.pas old mode 100755 new mode 100644 index bbf4418..6473784 --- a/lcoregtklaz.pas +++ b/lcoregtklaz.pas @@ -1,7 +1,7 @@ -{ Copyright (C) 2005 Bas Steendijk and Peter Green - For conditions of distribution and use, see copyright notice in zlib_license.txt - which is included in the package - ----------------------------------------------------------------------------- } +{ Copyright (C) 2005 Bas Steendijk and Peter Green + For conditions of distribution and use, see copyright notice in zlib_license.txt + which is included in the package + ----------------------------------------------------------------------------- } unit lcoregtklaz; {$mode delphi} @@ -33,7 +33,7 @@ implementation ExtCtrls; {$I unixstuff.inc} var - giochannels : array[0..absoloutemaxs] of pgiochannel; + giochannels : array[0..absolutemaxs] of pgiochannel; function iocallback(source:PGIOChannel; condition:TGIOCondition; data:gpointer):gboolean;cdecl; // return true if we want the callback to stay