2
0
Эх сурвалжийг харах

* typo fix in previous commit relating to #40558

marcoonthegit 1 жил өмнө
parent
commit
d91847f39c

+ 1 - 1
rtl/objpas/sysutils/disk.inc

@@ -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