mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 08:09:33 +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);
|
||||
{$else}
|
||||
GetFAttr(s^.gzfile, Attr);
|
||||
exists:=(DosError= 0)
|
||||
exists:=(DosError= 0);
|
||||
{$endif}
|
||||
|
||||
doseek:=false;
|
||||
|
Loading…
Reference in New Issue
Block a user