mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 19:09:23 +02:00
* Fix to allow / instead of " fexpand.inc
git-svn-id: trunk@2746 -
This commit is contained in:
parent
5afe846580
commit
ccbc7717cc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user