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