aboutsummaryrefslogtreecommitdiffstats
path: root/files_map.adb
diff options
context:
space:
mode:
Diffstat (limited to 'files_map.adb')
-rw-r--r--files_map.adb1
1 files changed, 1 insertions, 0 deletions
diff --git a/files_map.adb b/files_map.adb
index 4aff442b3..ed2b3f208 100644
--- a/files_map.adb
+++ b/files_map.adb
@@ -754,6 +754,7 @@ package body Files_Map is
return Res;
end if;
+ -- Open the file (punt on non regular files).
declare
Filename : String := Get_Pathname (Directory, Name, True);
begin