mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-05 11:38:16 +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;
|
||||
var
|
||||
FHandle: Integer;
|
||||
FHandle: THandle;
|
||||
{$IFdef MSWindows}
|
||||
OldAttr: Longint;
|
||||
{$ELSE}
|
||||
|
Loading…
Reference in New Issue
Block a user