mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-29 20:00:19 +02:00
* tp7 fix
This commit is contained in:
parent
1911ada096
commit
75109b4fc1
@ -1070,7 +1070,8 @@ implementation
|
||||
((dir.attr and directory)<>0) then
|
||||
begin
|
||||
currpath:=hsd+dir.name+dirsep;
|
||||
if not assigned(Find(currPath)) then
|
||||
hp:=Find(currPath);
|
||||
if not assigned(hp) then
|
||||
AddCurrPath;
|
||||
end;
|
||||
findnext(dir);
|
||||
@ -1471,7 +1472,10 @@ begin
|
||||
end.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.44 2000-01-06 15:48:59 peter
|
||||
Revision 1.45 2000-01-07 00:08:09 peter
|
||||
* tp7 fix
|
||||
|
||||
Revision 1.44 2000/01/06 15:48:59 peter
|
||||
* wildcard support for directory adding, this allows the use of units/*
|
||||
in ppc386.cfg
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user