This commit is contained in:
Dario Bösch
2015-05-18 15:40:47 +02:00
parent f48f09bfdf
commit f72fcce440
3 changed files with 3 additions and 3 deletions

View File

@@ -273,7 +273,7 @@ feature -- Path aliases
do
Result := a_source
if attached storage.path_alias (Result) as l_path then
Result := l_path
Result := "/" + l_path
end
end