mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-25 19:28:18 +02:00
IDE: fixed range check error
git-svn-id: trunk@16258 -
This commit is contained in:
parent
8baa3c1ddd
commit
b95d6e1054
@ -1317,7 +1317,7 @@ end;
|
|||||||
-------------------------------------------------------------------------------}
|
-------------------------------------------------------------------------------}
|
||||||
function BackupFile(const Filename, BackupFilename: string): boolean;
|
function BackupFile(const Filename, BackupFilename: string): boolean;
|
||||||
var
|
var
|
||||||
FHandle: Integer;
|
FHandle: THandle;
|
||||||
{$IFdef MSWindows}
|
{$IFdef MSWindows}
|
||||||
OldAttr: Longint;
|
OldAttr: Longint;
|
||||||
{$ELSE}
|
{$ELSE}
|
||||||
|
Loading…
Reference in New Issue
Block a user