mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: bug in CompareDrives()
This commit is contained in:
parent
a22ef72883
commit
148ea14905
1 changed files with 2 additions and 0 deletions
|
|
@ -4969,6 +4969,8 @@ var
|
|||
driver1: PDrive absolute Item1;
|
||||
driver2: PDrive absolute Item2;
|
||||
begin
|
||||
if driver1 = driver2 then
|
||||
Exit(0);
|
||||
if driver1^.Path = PathDelim then
|
||||
Exit(-1);
|
||||
if driver2^.Path = PathDelim then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue