mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
Fix: Bugs [ 1686681 ] and [ 1675608 ]
This commit is contained in:
parent
f3a132272c
commit
d79ba61cda
2 changed files with 2 additions and 6 deletions
|
|
@ -467,11 +467,7 @@ begin
|
|||
Break;
|
||||
end;
|
||||
end;
|
||||
if not bPathFound then // this occurs in archive
|
||||
begin
|
||||
LastActive:=fActiveDir;
|
||||
fActiveDir:='';
|
||||
end;
|
||||
|
||||
if glsDirHistory.IndexOf(ActiveDir)=-1 then
|
||||
glsDirHistory.Insert(0,ActiveDir);
|
||||
end;
|
||||
|
|
|
|||
|
|
@ -138,7 +138,7 @@ begin
|
|||
writeln('thread b2');
|
||||
assert(Assigned(FItems),'assert:FItems is empty');
|
||||
Synchronize(@UpDateProgress);
|
||||
if FPathStart[length(FPathStart)]='/' then
|
||||
if FPathStart[length(FPathStart)] = PathDelim then
|
||||
Delete(FPathStart,length(FPathStart),1);
|
||||
sCurrDir:=GetCurrentDir;
|
||||
try
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue