mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 13:49:29 +02:00
* fix for range check error during compilation
git-svn-id: trunk@1089 -
This commit is contained in:
parent
86e2b7f402
commit
ea7f415a97
@ -582,7 +582,7 @@ begin
|
||||
if os_mode = osOS2 then
|
||||
begin
|
||||
New (FStat);
|
||||
Rslt.FindHandle := $FFFFFFFF;
|
||||
Rslt.FindHandle := THandle ($FFFFFFFF);
|
||||
Count := 1;
|
||||
Err := DosFindFirst (PChar (Path), Rslt.FindHandle,
|
||||
Attr and FindResvdMask, FStat, SizeOf (FStat^), Count,
|
||||
|
Loading…
Reference in New Issue
Block a user