mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-15 23:30:40 +01:00
* Patch from Andrew Haines removing some debug statements
git-svn-id: trunk@9442 -
This commit is contained in:
parent
19985965e6
commit
c9faa03197
@ -671,7 +671,7 @@ var
|
||||
I: Integer;
|
||||
begin
|
||||
Result := 0;
|
||||
WriteLn('Looking for URL : ', Name);
|
||||
//WriteLn('Looking for URL : ', Name);
|
||||
if Name = '' then Exit;
|
||||
if fDirectoryHeader.DirectoryChunkCount = 0 then exit;
|
||||
|
||||
@ -1117,7 +1117,7 @@ begin
|
||||
Found := True;
|
||||
end;
|
||||
if not Found then exit;
|
||||
WriteLn('Looking for URL ', URL, ' in ', AFileName);
|
||||
//WriteLn('Looking for URL ', URL, ' in ', AFileName);
|
||||
if CheckOpenFile(AFileName) then
|
||||
Result := fLastChm.ObjectExists(URL);
|
||||
if Result > 0 then NAme := Url;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user