fixup for ?

This commit is contained in:
Basile Burg 2016-02-06 23:33:55 +01:00
parent 69c08c2aa7
commit 2f83e4fe66
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ begin
end; end;
end; end;
{$IFNDEF WINDOWS} {$IFNDEF WINDOWS}
if result.length > 1 then if (result.length > 1) and (result[2] = '/') then
result := result[2..result.length]; result := result[2..result.length];
{$ENDIF} {$ENDIF}
end; end;