* typo fix in previous commit relating to #40558

This commit is contained in:
marcoonthegit 2023-12-14 09:59:04 +01:00
parent 59883da0a0
commit d91847f39c

View File

@ -110,7 +110,7 @@ begin
Result:=False;
ADrv:=ExtractFileDrive(Dir);
if (ADrv<>'') and
(not DirectoryExists(ADrv)+DirectorySeparator)
(not DirectoryExists(ADrv+DirectorySeparator))
{$IFNDEF FORCEDIR_NO_UNC_SUPPORT} and (not IsUncDrive(ADrv)){$ENDIF} then
Exit;
if Dir='' then