mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 06:29:16 +02:00
* fix for windows compilation after last chances (mantis 14980)
git-svn-id: trunk@14014 -
This commit is contained in:
parent
8292fcc49e
commit
ce87b907ee
@ -225,7 +225,7 @@ begin
|
|||||||
exists:=not (fpstat(path,info)<0);
|
exists:=not (fpstat(path,info)<0);
|
||||||
{$else}
|
{$else}
|
||||||
GetFAttr(s^.gzfile, Attr);
|
GetFAttr(s^.gzfile, Attr);
|
||||||
exists:=(DosError= 0)
|
exists:=(DosError= 0);
|
||||||
{$endif}
|
{$endif}
|
||||||
|
|
||||||
doseek:=false;
|
doseek:=false;
|
||||||
|
Loading…
Reference in New Issue
Block a user