mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-06 03:28:04 +02:00
* typo fix in previous commit relating to #40558
This commit is contained in:
parent
59883da0a0
commit
d91847f39c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user