* Fix to allow / instead of " fexpand.inc

git-svn-id: trunk@2746 -
This commit is contained in:
Tomas Hajny 2006-03-04 23:05:24 +00:00
parent 5afe846580
commit ccbc7717cc

View File

@ -133,7 +133,7 @@ begin
Pa [I] := DirectorySeparator
end
else
if DirectorySeparator = '\' then
if DirectorySeparator = '/' then
{Allow backslash as slash}
begin
for I := 1 to Length (Pa) do