mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX/MacCloud: Trailing PathDelim in Remote Path Parser
This commit is contained in:
parent
9f8c2c9dd7
commit
71c2d63aa8
1 changed files with 1 additions and 1 deletions
|
|
@ -120,7 +120,7 @@ begin
|
|||
_connectionName:= path.Substring( 1 );
|
||||
end else begin
|
||||
_connectionName:= path.Substring( 1, i-1 );
|
||||
_driverPath:= path.Substring( i );
|
||||
_driverPath:= ExcludeTrailingPathDelimiter( path.Substring(i) );
|
||||
end;
|
||||
end;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue