mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 01:39:27 +02:00
* forgot to remove debug output in fsearch
This commit is contained in:
parent
8dcdb3281a
commit
3a4b750e0b
@ -459,7 +459,6 @@ var
|
||||
s : searchrec;
|
||||
newdir : pathstr;
|
||||
begin
|
||||
system.write ('FSearch ("',path,'","',dirlist,'"');
|
||||
{ check if the file specified exists }
|
||||
findfirst(path,anyfile,s);
|
||||
if doserror=0 then
|
||||
@ -690,7 +689,10 @@ End;
|
||||
end.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.5 2004-12-05 16:44:43 hajny
|
||||
Revision 1.6 2005-01-14 20:59:15 armin
|
||||
* forgot to remove debug output in fsearch
|
||||
|
||||
Revision 1.5 2004/12/05 16:44:43 hajny
|
||||
* GetMsCount added, platform independent routines moved to single include file
|
||||
|
||||
Revision 1.4 2004/09/26 19:23:34 armin
|
||||
|
Loading…
Reference in New Issue
Block a user