* fix for windows compilation after last chances (mantis 14980)

git-svn-id: trunk@14014 -
This commit is contained in:
marco 2009-11-03 09:21:58 +00:00
parent 8292fcc49e
commit ce87b907ee

View File

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