* return false, if tdosinputfile.fileopen cannot open a file for reading

git-svn-id: trunk@29792 -
This commit is contained in:
florian 2015-02-22 15:52:54 +00:00
parent cab98a58d0
commit 00d41dc9fa

View File

@ -454,7 +454,7 @@ uses
fileopen:=false; fileopen:=false;
try try
f:=CFileStreamClass.Create(filename,fmOpenRead); f:=CFileStreamClass.Create(filename,fmOpenRead);
fileopen:=true; fileopen:=CStreamError=0;
except except
end; end;
end; end;