mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-11 21:29:42 +02:00
* Create instance of tdosinputfile instead of tinputfile to prevent warning about abstract methods.
git-svn-id: trunk@11452 -
This commit is contained in:
parent
8ce526d760
commit
578c91f69d
@ -778,7 +778,7 @@ uses
|
|||||||
sources_avail:=false;
|
sources_avail:=false;
|
||||||
temp:=' not found';
|
temp:=' not found';
|
||||||
end;
|
end;
|
||||||
hp:=tinputfile.create(hs);
|
hp:=tdosinputfile.create(hs);
|
||||||
{ the indexing is wrong here PM }
|
{ the indexing is wrong here PM }
|
||||||
sourcefiles.register_file(hp);
|
sourcefiles.register_file(hp);
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user