IDE: fixed range check error

git-svn-id: trunk@16258 -
This commit is contained in:
vincents 2008-08-26 19:31:29 +00:00
parent 8baa3c1ddd
commit b95d6e1054

View File

@ -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}