mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 08:00:52 +02:00
parent
5a1e4befe4
commit
a2af005101
@ -177,7 +177,7 @@ begin
|
||||
if PathStart > 1 then
|
||||
{$ELSE FPC_FEXPAND_VOLUMES}
|
||||
if (Length (Pa) > 1) and (Pa [1] in ['A'..'Z', 'a'..'z']) and
|
||||
(Pa [2] = DriveSeparator) then
|
||||
(Pa [2] = DriveSeparator) and (DriveSeparator <> DirectorySeparator) then
|
||||
{$ENDIF FPC_FEXPAND_VOLUMES}
|
||||
begin
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user