mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-21 09:59:32 +02:00
removed some writelns
git-svn-id: trunk@8352 -
This commit is contained in:
parent
f8f72b6127
commit
29663822c6
@ -71,10 +71,7 @@ var
|
||||
fPos: Integer;
|
||||
begin
|
||||
Result := False;
|
||||
WriteLn('RAWURL=',RawUrl);
|
||||
|
||||
if fPos > 0 then RawUrl := Copy(RawUrl, 1, fPos-1);
|
||||
WriteLn('RAWURL=',RawUrl);
|
||||
fPos := Pos(':/', RawUrl);
|
||||
if fPos = 0 then exit;
|
||||
FileName := Copy(RawUrl, 1, fPos-1);
|
||||
|
Loading…
Reference in New Issue
Block a user