mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: HotDir - don't remove '/' from URI
This commit is contained in:
parent
2bd02d9553
commit
6645638b40
1 changed files with 2 additions and 2 deletions
|
|
@ -662,8 +662,8 @@ begin
|
|||
LocalHotDir.HotDirPathSort := AConfig.GetAttr(Anode, 'PathSort', 0);
|
||||
LocalHotDir.HotDirTarget := AConfig.GetAttr(ANode, 'Target', '');
|
||||
LocalHotDir.HotDirTargetSort := AConfig.GetAttr(Anode, 'TargetSort', 0);
|
||||
if LocalHotDir.HotDirPath<>'' then LocalHotDir.HotDirPath:=ExcludeBackPathDelimiter(LocalHotDir.HotDirPath);
|
||||
if LocalHotDir.HotDirTarget<>'' then LocalHotDir.HotDirTarget:=ExcludeBackPathDelimiter(LocalHotDir.HotDirTarget);
|
||||
if Pos('://', LocalHotDir.HotDirPath) = 0 then LocalHotDir.HotDirPath:=ExcludeBackPathDelimiter(LocalHotDir.HotDirPath);
|
||||
if Pos('://', LocalHotDir.HotDirTarget) = 0 then LocalHotDir.HotDirTarget:=ExcludeBackPathDelimiter(LocalHotDir.HotDirTarget);
|
||||
LocalHotDir.Dispatcher := hd_CHANGEPATH;
|
||||
end
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue