* fix for web bug #16651

git-svn-id: trunk@15452 -
This commit is contained in:
Tomas Hajny 2010-06-19 16:15:40 +00:00
parent 5a1e4befe4
commit a2af005101

View File

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