mirror of https://gitlab.com/basile.b/dexed.git
fixup for ?
This commit is contained in:
parent
69c08c2aa7
commit
2f83e4fe66
|
@ -103,7 +103,7 @@ begin
|
|||
end;
|
||||
end;
|
||||
{$IFNDEF WINDOWS}
|
||||
if result.length > 1 then
|
||||
if (result.length > 1) and (result[2] = '/') then
|
||||
result := result[2..result.length];
|
||||
{$ENDIF}
|
||||
end;
|
||||
|
|
Loading…
Reference in New Issue